Home
last modified time | relevance | path

Searched refs:getBoolExtOrTrunc (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h608 SDValue getBoolExtOrTrunc(SDValue Op, SDLoc SL, EVT VT, EVT OpVT);
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3653 Results.push_back(DAG.getBoolExtOrTrunc(Cmp, dl, ResultType, ResultType)); in ExpandNode()
3671 Results.push_back(DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType)); in ExpandNode()
DTargetLowering.cpp1453 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType()); in SimplifySetCC()
DSelectionDAG.cpp1015 SDValue SelectionDAG::getBoolExtOrTrunc(SDValue Op, SDLoc SL, EVT VT, in getBoolExtOrTrunc() function in SelectionDAG