Home
last modified time | relevance | path

Searched refs:ReplaceWithExceptInReplacementAtIndex (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc214 binop->ReplaceWithExceptInReplacementAtIndex(neg, 0); in TryMoveNegOnInputsAfterBinop()
2346 invoke->ReplaceWithExceptInReplacementAtIndex(select, 0); // false at index 0 in SimplifyFP2Int()
Dnodes.h2365 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex() function