/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 271 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 D | InstructionCombining.cpp | 534 const APInt *CInt; in tryFactorization() local
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | cast.c | 24 typedef _Complex int CInt; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 136 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 D | LowerExpectIntrinsic.cpp | 169 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 D | InstCombineCalls.cpp | 366 auto CInt = dyn_cast<ConstantInt>(Arg1); in simplifyX86immShift() local 675 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); in simplifyX86insertps() local
|
H A D | InstructionCombining.cpp | 641 const APInt *CInt; in tryFactorization() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 562 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 D | SCCPSolver.cpp | 127 auto *CInt = dyn_cast<ConstantInt>(C); in replaceSignedInst() local
|
H A D | SimplifyLibCalls.cpp | 2754 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 D | HexagonISelDAGToDAG.cpp | 1868 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1804 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5879 ConstantInt *CInt = cast<ConstantInt>(Op2); in getInstructionCost() local 5887 ConstantInt *CInt = dyn_cast<ConstantInt>(SplatValue); in getInstructionCost() local
|
H A D | SLPVectorizer.cpp | 1638 ConstantInt *CInt = nullptr; in getEntryCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 3462 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 D | SelectionDAG.cpp | 3037 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 D | SimplifyLibCalls.cpp | 2322 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 D | InstructionCombining.cpp | 724 const APInt *CInt; in tryFactorization() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4202 auto *CInt = dyn_cast<ConstantInt>(Divisor); in mayDivideByZero() local
|
H A D | SLPVectorizer.cpp | 3428 ConstantInt *CInt = dyn_cast<ConstantInt>(I->getOperand(OpIdx)); in getEntryCost() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2165 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6605 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2813 const APInt &CInt = C->getAPIntValue(); in skipExtensionForVectorMULL() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 8537 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9511 const APInt &CInt = C->getAPIntValue(); in SkipExtensionForVMULL() local
|