Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h714 SDValue getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT, EVT OpVT);
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3354 Results.push_back(DAG.getBoolExtOrTrunc(Cmp, dl, ResultType, ResultType)); in ExpandNode()
3372 Results.push_back(DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType)); in ExpandNode()
DTargetLowering.cpp1614 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType()); in SimplifySetCC()
DSelectionDAG.cpp1019 SDValue SelectionDAG::getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT, in getBoolExtOrTrunc() function in SelectionDAG