Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h285 SDValue PromoteIntOp_SETCC(SDNode *N, unsigned OpNo);
DLegalizeIntegerTypes.cpp852 case ISD::SETCC: Res = PromoteIntOp_SETCC(N, OpNo); break; in PromoteIntegerOperand()
1086 SDValue DAGTypeLegalizer::PromoteIntOp_SETCC(SDNode *N, unsigned OpNo) { in PromoteIntOp_SETCC() function in DAGTypeLegalizer