Searched defs:ReplaceValueWith (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp229 // with a legal type). Results can be remapped using ReplaceValueWith,
279 // using ReplaceValueWith, and return "false"; or update the node's
332 ReplaceValueWith(SDValue(N, i), SDValue(M, i));
495 // in theory momentarily not be the case while ReplaceValueWith is doing
672 /// ReplaceValueWith - The specified value was legalized to the specified other
675 void DAGTypeLegalizer::ReplaceValueWith(SDValue From, SDValue To) { function in class:DAGTypeLegalizer
926 ReplaceValueWith(SDValue(N, i), Results[i]);
957 ReplaceValueWith(SDValue(N, i), SDValue(N->getOperand(i)));

Completed in 99 milliseconds