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