Searched refs:ReplaceWithExceptInReplacementAtIndex (Results 1 – 2 of 2) sorted by relevance
214 binop->ReplaceWithExceptInReplacementAtIndex(neg, 0); in TryMoveNegOnInputsAfterBinop()2346 invoke->ReplaceWithExceptInReplacementAtIndex(select, 0); // false at index 0 in SimplifyFP2Int()
2365 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex() function