Home
last modified time | relevance | path

Searched refs:ValueMask (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h121 const unsigned ValueMask = NoNaNs | NoInfs | NoSignedZeros; in unionValue() local
122 return FastMathFlags(ValueMask & (LHS.Flags | RHS.Flags)); in unionValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp570 APInt ValueMask(OrigValueBitWidth, 0); in verify() local
577 ValueMask ^= PartMapMask; in verify()
578 assert((ValueMask & PartMapMask) == PartMapMask && in verify()
581 assert(ValueMask.isAllOnes() && "Value is not fully mapped"); in verify()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9269 APInt ValueMask = APInt::getSignedMaxValue(BitSize); // All bits but sign. in lowerISFPCLASS() local
9278 auto ValueMaskC = MIRBuilder.buildConstant(IntTy, ValueMask); in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9048 APInt ValueMask = APInt::getSignedMaxValue(BitSize); // All bits but sign. in expandIS_FPCLASS() local
9059 SDValue ValueMaskV = DAG.getConstant(ValueMask, DL, IntVT); in expandIS_FPCLASS()