Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp559 APInt ValueMask(OrigValueBitWidth, 0); in verify() local
566 ValueMask ^= PartMapMask; in verify()
567 assert((ValueMask & PartMapMask) == PartMapMask && in verify()
570 assert(ValueMask.isAllOnes() && "Value is not fully mapped"); in verify()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7680 APInt ValueMask = APInt::getSignedMaxValue(BitSize); // All bits but sign. in expandIS_FPCLASS() local
7691 SDValue ValueMaskV = DAG.getConstant(ValueMask, DL, IntVT); in expandIS_FPCLASS()