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

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

Completed in 387 milliseconds