Home
last modified time | relevance | path

Searched refs:CInt (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/libucl/haskell/
H A Dhucl.hs18 type UCLEmitterType = CInt
22 foreign import ccall "ucl_parser_new" ucl_parser_new :: CInt -> ParserHandle
32 foreign import ccall "ucl_object_toint" ucl_object_toint :: UCLObjectHandle -> CInt
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp155 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local
156 if (!CInt) in handlePhiDef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp563 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local
564 if (!CInt) in simplifyX86insertps()
575 uint8_t Imm = CInt->getZExtValue(); in simplifyX86insertps()
H A DX86ISelLowering.cpp6592 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in getTargetConstantBitsFromNode() local
6593 Mask = CInt->getValue(); in getTargetConstantBitsFromNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1810 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local
1811 if (CInt.getBoolValue()) in getPowerOf2Factor()
1812 MaxFactor = CInt.countTrailingZeros(); in getPowerOf2Factor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp702 const APInt *CInt; in tryFactorization() local
703 if (match(V, m_APInt(CInt))) { in tryFactorization()
704 if (!CInt->isMinSignedValue()) in tryFactorization()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4066 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(OpIdx)); in getEntryCost() local
4067 if (!CInt) { in getEntryCost()
4073 !CInt->getValue().isPowerOf2()) in getEntryCost()
4076 CInt0 = CInt; in getEntryCost()
4079 if (CInt0 != CInt) in getEntryCost()
H A DLoopVectorize.cpp4859 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local
4860 return !CInt || CInt->isZero(); in mayDivideByZero()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2310 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { in optimizeStrtol() local
2311 return convertStrToNumber(CI, Str, CInt->getSExtValue()); in optimizeStrtol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3214 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in computeKnownBits() local
3215 const APInt &Value = CInt->getValue(); in computeKnownBits()
3232 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in computeKnownBits() local
3233 Known = KnownBits::makeConstant(CInt->getValue()); in computeKnownBits()
4198 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in ComputeNumSignBits() local
4199 const APInt &Value = CInt->getValue(); in ComputeNumSignBits()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3639 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local
3642 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in skipExtensionForVectorMULL()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9231 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local
9234 Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32)); in SkipExtensionForVMULL()