Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp7451 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS() local
7453 IntTy, Abs, MIRBuilder.buildConstant(IntTy, ExpLSB)); in lowerISFPCLASS()
7454 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp8200 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS() local
8201 SDValue ExpLSBV = DAG.getConstant(ExpLSB, DL, IntVT); in expandIS_FPCLASS()
8203 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()