/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ValueTypes.cpp | 86 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
|
D | Constants.cpp | 131 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local 414 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
|
/external/valgrind/memcheck/tests/ |
D | sh-mem.c | 134 #define DO(NNN, Ty, ITy, isF4) \ in main() argument
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 112 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
|
D | Function.cpp | 827 IntegerType *ITy = cast<IntegerType>(Ty); in DecodeFixedType() local 992 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local 1007 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in matchIntrinsicType() local
|
D | Constants.cpp | 250 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local 553 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 174 if (IntegerType *ITy = in getKindForGlobal() local
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 182 if (IntegerType *ITy = in getKindForGlobal() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 25 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local 144 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. in SimplifyMemSet() local
|
D | InstCombineCasts.cpp | 590 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) { in transformZExtICmp() local
|
D | InstCombineAndOrXor.cpp | 1404 IntegerType *ITy = dyn_cast<IntegerType>(I.getType()); in MatchBSwap() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 193 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in isLargeIntegerTy() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 396 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) in getPointerDependencyFrom() local
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 540 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in getSimplePointerDependencyFrom() local
|
D | InstructionSimplify.cpp | 1501 Type *ITy = Op0->getType(); in SimplifyAndOfICmps() local 1700 Type *ITy = Op0->getType(); in SimplifyOrOfICmps() local 2169 Type *ITy = GetCompareTy(LHS); // The return type. in SimplifyICmpInst() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 365 auto *ITy = cast<IntegerType>(NewTy); in combineLoadToNewType() local
|
D | InstCombineCalls.cpp | 36 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local 194 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. in SimplifyMemSet() local
|
D | InstCombineCasts.cpp | 667 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) { in transformZExtICmp() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1065 IntegerType *ITy = nullptr; in findCommonType() local 1918 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local 1939 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
|
D | SCCP.cpp | 1299 Type *ITy = I.getType(); in ResolvedUndefsIn() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1089 IntegerType *ITy = IntegerType::get(FuncInfo.Fn->getContext(), in FastEmit_ri_() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1485 Type *ITy = I->getType(); in ResolvedUndefsIn() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1890 IntegerType *ITy = dyn_cast<IntegerType>(I->getType()); in recognizeBSwapOrBitReverseIdiom() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 358 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 3472 if (IntegerType* ITy = dyn_cast<IntegerType>(Operand->getType())) in visitStoreInst() local
|