Searched refs:CInt (Results 1 – 12 of 12) sorted by relevance
18 type UCLEmitterType = CInt22 foreign import ccall "ucl_parser_new" ucl_parser_new :: CInt -> ParserHandle32 foreign import ccall "ucl_object_toint" ucl_object_toint :: UCLObjectHandle -> CInt
155 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local156 if (!CInt) in handlePhiDef()
563 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local564 if (!CInt) in simplifyX86insertps()575 uint8_t Imm = CInt->getZExtValue(); in simplifyX86insertps()
6592 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in getTargetConstantBitsFromNode() local6593 Mask = CInt->getValue(); in getTargetConstantBitsFromNode()
1810 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local1811 if (CInt.getBoolValue()) in getPowerOf2Factor()1812 MaxFactor = CInt.countTrailingZeros(); in getPowerOf2Factor()
702 const APInt *CInt; in tryFactorization() local703 if (match(V, m_APInt(CInt))) { in tryFactorization()704 if (!CInt->isMinSignedValue()) in tryFactorization()
4066 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(OpIdx)); in getEntryCost() local4067 if (!CInt) { in getEntryCost()4073 !CInt->getValue().isPowerOf2()) in getEntryCost()4076 CInt0 = CInt; in getEntryCost()4079 if (CInt0 != CInt) in getEntryCost()
4859 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local4860 return !CInt || CInt->isZero(); in mayDivideByZero()
2310 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { in optimizeStrtol() local2311 return convertStrToNumber(CI, Str, CInt->getSExtValue()); in optimizeStrtol()
3214 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in computeKnownBits() local3215 const APInt &Value = CInt->getValue(); in computeKnownBits()3232 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in computeKnownBits() local3233 Known = KnownBits::makeConstant(CInt->getValue()); in computeKnownBits()4198 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in ComputeNumSignBits() local4199 const APInt &Value = CInt->getValue(); in ComputeNumSignBits()
3639 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local3642 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in skipExtensionForVectorMULL()
9231 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local9234 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in SkipExtensionForVMULL()