Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
DValueTypes.cpp86 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
DConstants.cpp131 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/
Dsh-mem.c134 #define DO(NNN, Ty, ITy, isF4) \ in main() argument
/external/llvm/lib/IR/
DValueTypes.cpp112 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
DFunction.cpp827 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
DConstants.cpp250 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/
DTargetLoweringObjectFile.cpp174 if (IntegerType *ITy = in getKindForGlobal() local
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp182 if (IntegerType *ITy = in getKindForGlobal() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp25 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
DInstCombineCasts.cpp590 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) { in transformZExtICmp() local
DInstCombineAndOrXor.cpp1404 IntegerType *ITy = dyn_cast<IntegerType>(I.getType()); in MatchBSwap() local
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp193 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in isLargeIntegerTy() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp396 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) in getPointerDependencyFrom() local
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp540 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in getSimplePointerDependencyFrom() local
DInstructionSimplify.cpp1501 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/
DInstCombineLoadStoreAlloca.cpp365 auto *ITy = cast<IntegerType>(NewTy); in combineLoadToNewType() local
DInstCombineCalls.cpp36 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
DInstCombineCasts.cpp667 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) { in transformZExtICmp() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1065 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
DSCCP.cpp1299 Type *ITy = I.getType(); in ResolvedUndefsIn() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp1089 IntegerType *ITy = IntegerType::get(FuncInfo.Fn->getContext(), in FastEmit_ri_() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1485 Type *ITy = I->getType(); in ResolvedUndefsIn() local
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1890 IntegerType *ITy = dyn_cast<IntegerType>(I->getType()); in recognizeBSwapOrBitReverseIdiom() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp358 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp3472 if (IntegerType* ITy = dyn_cast<IntegerType>(Operand->getType())) in visitStoreInst() local

12