Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A 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
H A DInstructionCombining.cpp534 const APInt *CInt; in tryFactorization() local
/aosp_15_r20/external/clang/test/Sema/
H A Dcast.c24 typedef _Complex int CInt; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp136 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp169 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp366 auto CInt = dyn_cast<ConstantInt>(Arg1); in simplifyX86immShift() local
675 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local
H A DInstructionCombining.cpp641 const APInt *CInt; in tryFactorization() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp562 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp127 auto *CInt = dyn_cast<ConstantInt>(C); in replaceSignedInst() local
H A DSimplifyLibCalls.cpp2754 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { in optimizeStrToInt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1868 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1804 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5879 ConstantInt *CInt = cast<ConstantInt>(Op2); in getInstructionCost() local
5887 ConstantInt *CInt = dyn_cast<ConstantInt>(SplatValue); in getInstructionCost() local
H A DSLPVectorizer.cpp1638 ConstantInt *CInt = nullptr; in getEntryCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3462 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in computeKnownBits() local
3480 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { in computeKnownBits() local
4574 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { in ComputeNumSignBits() local
11920 auto *CInt = dyn_cast<ConstantSDNode>(Op); in getConstantRawBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2322 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { in optimizeStrtol() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp724 const APInt *CInt; in tryFactorization() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4202 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local
H A DSLPVectorizer.cpp3428 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(OpIdx)); in getEntryCost() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2165 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6605 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2813 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8537 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9511 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local

12