Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3367 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local
3370 SDValue SetCC = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29864 EVT SetCCType = DAG.getTargetLoweringInfo().getSetCCResultType( in combineFMinNumFMaxNum() local
29888 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType , Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()