Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9392 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS() local
9394 IntTy, Abs, MIRBuilder.buildConstant(IntTy, ExpLSB)); in lowerISFPCLASS()
9395 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9198 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS() local
9199 SDValue ExpLSBV = DAG.getConstant(ExpLSB, DL, IntVT); in expandIS_FPCLASS()
9201 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()