Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6987 auto SignLowBit = MIRBuilder.buildConstant(SrcTy, SrcEltBits - 1); lowerFPTOSI() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8131 SDValue SignLowBit = DAG.getConstant(SrcEltBits - 1, dl, IntVT); expandFP_TO_SINT() local