Home
last modified time | relevance | path

Searched defs:ElTy (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp157 Type *ElTy = StructTy->getElementType(i); in isDenselyPacked() local
809 Type *ElTy = V->getType(); in DoPromotion() local
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp293 Type *ElTy = cast<PointerType>((*V)->getType())->getElementType(); in runOnFunction() local
DScalarEvolutionExpander.cpp393 Type *ElTy = OriginalElTy; in expandAddToGEP() local
/external/llvm/lib/IR/
DVerifier.cpp2660 Type *ElTy = in visitGetElementPtrInst() local
2752 Type *ElTy = LI.getType(); in visitLoadInst() local
2777 Type *ElTy = PTy->getElementType(); in visitStoreInst() local
2836 Type *ElTy = PTy->getElementType(); in visitAtomicCmpXchgInst() local
2855 Type *ElTy = PTy->getElementType(); in visitAtomicRMWInst() local
DConstantFold.cpp117 Type *ElTy = PTy->getElementType(); in FoldBitCast() local
1286 static int IdxCompare(Constant *C1, Constant *C2, Type *ElTy) { in IdxCompare()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp106 Type *ElTy = GV->getType()->getElementType(); in Create() local
1358 Type *ElTy = GV->getType()->getElementType(); in EmitGlobalVariable() local
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1122 Type *ElTy = cast<PointerType>(InpTy->getScalarType())->getElementType(); in fabricateGEP() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1566 Type *ElTy = AT->getElementType(); in DoScalarReplacement() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp897 Type *ElTy = Cond->getType(); in visitSwitchInst() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2867 QualType ElTy = LHSTy->getAs<VectorType>()->getElementType(); in EmitCompare() local
DCGBuiltin.cpp1253 QualType ElTy = E->getArg(0)->getType()->getPointeeType(); in EmitBuiltinExpr() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3233 QualType ElTy; // The element type of the std::initializer_list or the array. in DeduceFromInitializerList() local
DSemaExprCXX.cpp3616 QualType ElTy = ArgTy; in CheckUnaryTypeTraitTypeCompleteness() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2756 Type *ElTy = getTypeByID(Record[OpNum++]); in parseConstants() local