Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10276 SDValue MaxIntNode = DAG.getConstant(MaxInt, dl, DstVT); in expandFP_TO_INT_SAT() local
10291 Select = DAG.getSelectCC(dl, Src, MaxFloatNode, MaxIntNode, Select, in expandFP_TO_INT_SAT()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23226 SDValue MaxIntNode = DAG.getConstant(MaxInt, dl, DstVT); in LowerFP_TO_INT_SAT() local
23250 dl, Src, MaxFloatNode, MaxIntNode, Select, ISD::CondCode::SETOGT); in LowerFP_TO_INT_SAT()