/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 98 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
|
D | Function.cpp | 686 IntegerType *ITy = cast<IntegerType>(Ty); in DecodeFixedType() local
|
D | Verifier.cpp | 2350 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in VerifyIntrinsicType() local 2365 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in VerifyIntrinsicType() local
|
D | Constants.cpp | 186 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local 520 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
|
D | Core.cpp | 2259 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildMalloc() local 2270 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildArrayMalloc() local
|
/external/valgrind/main/memcheck/tests/ |
D | sh-mem.c | 134 #define DO(NNN, Ty, ITy, isF4) \ in main() argument
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 183 if (IntegerType *ITy = in getKindForGlobal() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 191 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in isLargeIntegerTy() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 32 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local 175 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. in SimplifyMemSet() local
|
D | InstCombineCasts.cpp | 597 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) { in transformZExtICmp() local
|
D | InstCombineAndOrXor.cpp | 1502 IntegerType *ITy = dyn_cast<IntegerType>(I.getType()); in MatchBSwap() local
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 426 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) in getPointerDependencyFrom() local
|
D | InstructionSimplify.cpp | 1824 Type *ITy = GetCompareTy(LHS); // The return type. in SimplifyICmpInst() local
|
D | ScalarEvolution.cpp | 329 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1017 IntegerType *ITy = nullptr; in INITIALIZE_PASS_DEPENDENCY() local 1758 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local 1773 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
|
D | SCCP.cpp | 1301 Type *ITy = I->getType(); in ResolvedUndefsIn() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1311 IntegerType *ITy = IntegerType::get(FuncInfo.Fn->getContext(), in FastEmit_ri_() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 722 if (const IntegerType *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
|
D | NVPTXISelLowering.cpp | 512 if (const IntegerType *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1443 Type *ITy = Val->getType()->getScalarType(); in getConsecutiveVector() local 6016 Type *ITy = Val->getType(); in getConsecutiveVector() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1033 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), in EmitBuiltinExpr() local
|