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
130 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local131 if (!CInt) in handlePhiDef()
342 auto CInt = dyn_cast<ConstantInt>(Arg1); in simplifyX86immShift() local343 if (!CAZ && !CDV && !CInt) in simplifyX86immShift()363 else if (CInt) in simplifyX86immShift()364 Count = CInt->getValue(); in simplifyX86immShift()565 if (!CInt) in simplifyX86pack()568 APInt Val = CInt->getValue(); in simplifyX86pack()724 auto *CInt = dyn_cast<ConstantInt>(COp); in simplifyX86movmsk() local726 if (!CInt && !CFp) in simplifyX86movmsk()729 if ((CInt && CInt->isNegative()) || (CFp && CFp->isNegative())) in simplifyX86movmsk()759 if (!CInt) in simplifyX86insertps()[all …]
594 const APInt *CInt; in tryFactorization() local597 if (match(V, m_APInt(CInt)) && !CInt->isMinSignedValue()) in tryFactorization()
230 ConstantInt *CInt; in IsNarrowSequence() local232 if (match(V, m_ConstantInt(CInt))) { in IsNarrowSequence()
7335 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local7338 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in SkipExtensionForVMULL()
1789 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local1790 if (CInt.getBoolValue()) in getPowerOf2Factor()1791 MaxFactor = CInt.countTrailingZeros(); in getPowerOf2Factor()
2264 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(1)); in getEntryCost() local2265 if (!CInt) { in getEntryCost()2271 !CInt->getValue().isPowerOf2()) in getEntryCost()2274 CInt0 = CInt; in getEntryCost()2277 if (CInt0 != CInt) in getEntryCost()
3874 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local3875 return !CInt || CInt->isZero(); in mayDivideByZero()
1911 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { in optimizeStrtol() local1912 return convertStrToNumber(CI, Str, CInt->getSExtValue()); in optimizeStrtol()
2582 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local2585 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in skipExtensionForVectorMULL()
5796 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in getTargetConstantBitsFromNode() local5797 Mask = CInt->getValue(); in getTargetConstantBitsFromNode()