Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3351 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local
3353 SDValue SetCC = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38963 EVT SetCCType = DAG.getTargetLoweringInfo().getSetCCResultType( in combineFMinNumFMaxNum() local
38986 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType, Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()