Searched defs:ZeroInt (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 11115 SDValue ZeroInt = DAG.getConstant(0, dl, DstVT); expandFP_TO_INT_SAT() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPULegalizerInfo.cpp | 5308 auto ZeroInt = B.buildConstant(S32, 0); legalizeFSQRTF64() local |
H A D | SIISelLowering.cpp | 11094 SDValue ZeroInt = DAG.getConstant(0, DL, MVT::i32); lowerFSQRTF64() local |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 2929 SDValue ZeroInt = DAG.getConstant(0, DL, DstVT); lowerFP_TO_INT_SAT() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 21410 SDValue ZeroInt = DAG.getConstant(0, dl, DstVT); LowerFP_TO_INT_SAT() local |