Home
last modified time | relevance | path

Searched defs:CInt (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/clang/test/Sema/
Ddllexport-2.cpp14 typedef const int CInt; typedef
Dcast.c24 typedef _Complex int CInt; typedef
/external/clang/test/Sema/
Dcast.c24 typedef _Complex int CInt; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp136 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp154 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp271 auto CInt = dyn_cast<ConstantInt>(Arg1); in simplifyX86immShift() local
466 auto *CInt = dyn_cast<ConstantInt>(COp); in simplifyX86movmsk() local
480 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local
865 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86vperm2() local
930 if (auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2))) { in simplifyX86vpcom() local
DInstructionCombining.cpp534 const APInt *CInt; in tryFactorization() local
/external/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp563 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp366 auto CInt = dyn_cast<ConstantInt>(Arg1); in simplifyX86immShift() local
675 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local
DInstructionCombining.cpp641 const APInt *CInt; in tryFactorization() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1804 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1811 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5879 ConstantInt *CInt = cast<ConstantInt>(Op2); in getInstructionCost() local
5887 ConstantInt *CInt = dyn_cast<ConstantInt>(SplatValue); in getInstructionCost() local
DSLPVectorizer.cpp1638 ConstantInt *CInt = nullptr; in getEntryCost() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp683 const APInt *CInt; in tryFactorization() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2317 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { in optimizeStrtol() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3061 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in computeKnownBits() local
3079 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in computeKnownBits() local
3971 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in ComputeNumSignBits() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3037 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in computeKnownBits() local
3055 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in computeKnownBits() local
4011 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in ComputeNumSignBits() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4202 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local
DSLPVectorizer.cpp3428 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(OpIdx)); in getEntryCost() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3670 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(OpIdx)); in getEntryCost() local
DLoopVectorize.cpp4728 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2165 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6605 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2813 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local

12