Home
last modified time | relevance | path

Searched defs:ITy (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/IR/
DValueTypes.cpp98 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
DFunction.cpp686 IntegerType *ITy = cast<IntegerType>(Ty); in DecodeFixedType() local
DVerifier.cpp2350 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in VerifyIntrinsicType() local
2365 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in VerifyIntrinsicType() local
DConstants.cpp186 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local
520 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
DCore.cpp2259 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/
Dsh-mem.c134 #define DO(NNN, Ty, ITy, isF4) \ in main() argument
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp183 if (IntegerType *ITy = in getKindForGlobal() local
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp191 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in isLargeIntegerTy() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp32 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
DInstCombineCasts.cpp597 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) { in transformZExtICmp() local
DInstCombineAndOrXor.cpp1502 IntegerType *ITy = dyn_cast<IntegerType>(I.getType()); in MatchBSwap() local
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp426 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) in getPointerDependencyFrom() local
DInstructionSimplify.cpp1824 Type *ITy = GetCompareTy(LHS); // The return type. in SimplifyICmpInst() local
DScalarEvolution.cpp329 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1017 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
DSCCP.cpp1301 Type *ITy = I->getType(); in ResolvedUndefsIn() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1311 IntegerType *ITy = IntegerType::get(FuncInfo.Fn->getContext(), in FastEmit_ri_() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp722 if (const IntegerType *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
DNVPTXISelLowering.cpp512 if (const IntegerType *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1443 Type *ITy = Val->getType()->getScalarType(); in getConsecutiveVector() local
6016 Type *ITy = Val->getType(); in getConsecutiveVector() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1033 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), in EmitBuiltinExpr() local