/llvm-project/clang/test/Sema/ |
H A D | dllexport-2.cpp | 14 typedef const int CInt; typedef
|
H A D | generic-selection-type-extension.c | 57 typedef const Int CInt; typedef
|
H A D | c2x-typeof.c | 72 typedef const int CInt; typedef
|
H A D | cast.c | 28 typedef _Complex int CInt; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-qualifiermixing.cpp | 14 using CInt = const int; typedef
|
H A D | easily-swappable-parameters-len2.cpp | 113 using CInt = const int; typedef
|
/llvm-project/clang/test/Analysis/ |
H A D | initialization.cpp | 226 typedef Int const CInt; typedef
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 163 ConstantInt *CInt = dyn_cast<ConstantInt>(BinOp->getOperand(1)); in handlePhiDef() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 177 if (auto *CInt = dyn_cast<ConstantInt>(Struct->getOperand(I))) in getAnnotation() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 91 if (auto *CInt = dyn_cast<ConstantInt>(C)) in extractConstantBits() local
|
H A D | X86InstCombineIntrinsic.cpp | 1743 auto *CInt = dyn_cast<ConstantInt>(II.getArgOperand(2)); simplifyX86insertps() local
|
H A D | X86ISelLowering.cpp | 4816 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { getTargetConstantBitsFromNode() local 54151 const APInt &CInt = C->getAPIntValue(); combineSetCC() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 184 auto *CInt = dyn_cast<ConstantInt>(C); replaceSignedInst() local
|
H A D | SimplifyLibCalls.cpp | 3082 if (ConstantInt *CInt = dyn_cast<ConstantInt>(CI->getArgOperand(2))) { optimizeStrToInt() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1834 if (auto *CInt = dyn_cast<ConstantInt>(C)) { propagateNonFTStore() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1961 const APInt &CInt = C->getAPIntValue(); in getPowerOf2Factor() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 3738 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { computeKnownBits() local 3756 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) { computeKnownBits() local 5070 if (auto *CInt = dyn_cast<ConstantInt>(Elt)) { ComputeNumSignBits() local 12889 auto *CInt = dyn_cast<ConstantSDNode>(Op); getConstantRawBits() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 752 const APInt *CInt; tryFactorization() local
|
H A D | InstCombineAndOrXor.cpp | 3196 const APInt *CInt; foldAndOrOfICmpEqConstantAndICmp() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9611 const APInt &CInt = N->getConstantOperandAPInt(i); SkipExtensionForVMULL() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5014 const APInt &CInt = N.getConstantOperandAPInt(i); skipExtensionForVectorMULL() local [all...] |