Home
last modified time | relevance | path

Searched defs:ExponentMask (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6694 auto ExponentMask = MIRBuilder.buildConstant(SrcTy, 0x7F800000); lowerFPTOSI() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8055 SDValue ExponentMask = DAG.getConstant(0x7F800000, dl, IntVT); expandFP_TO_SINT() local