Searched refs:MaxIntNode (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 10276 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 D | X86ISelLowering.cpp | 23226 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()
|