Lines Matching defs:CInt
4038 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) {
4039 const APInt &Value = CInt->getValue();
4056 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) {
4057 Known = KnownBits::makeConstant(CInt->getValue());
5374 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) {
5375 const APInt &Value = CInt->getValue();
13313 auto *CInt = dyn_cast<ConstantSDNode>(Op);
13315 assert((CInt || CFP) && "Unknown constant");
13316 SrcBitElements[I] = CInt ? CInt->getAPIntValue().trunc(SrcEltSizeInBits)