Searched refs:SrcElemTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 691 Constant *CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops, in CastGEPIndices() argument 700 !isa<StructType>(GetElementPtrInst::getIndexedType(SrcElemTy, in CastGEPIndices() 716 Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], NewIdxs); in CastGEPIndices() 747 Type *SrcElemTy = GEP->getSourceElementType(); in SymbolicallyEvaluateGEP() local 750 if (!SrcElemTy->isSized()) in SymbolicallyEvaluateGEP() 753 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy, DL, TLI)) in SymbolicallyEvaluateGEP() 790 SrcElemTy, in SymbolicallyEvaluateGEP() 792 Ptr = StripPtrCastKeepAS(Ptr, SrcElemTy); in SymbolicallyEvaluateGEP() 809 SrcElemTy = GEP->getSourceElementType(); in SymbolicallyEvaluateGEP() 810 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP() [all …]
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1502 Type *SrcElemTy; in executeBitCastInst() local 1510 SrcElemTy = SrcTy->getScalarType(); in executeBitCastInst() 1516 SrcElemTy = SrcTy; in executeBitCastInst() 1537 if (SrcElemTy->isFloatTy()) { in executeBitCastInst() 1542 } else if (SrcElemTy->isDoubleTy()) { in executeBitCastInst() 1546 } else if (SrcElemTy->isIntegerTy()) { in executeBitCastInst()
|