Home
last modified time | relevance | path

Searched refs:CastGEPIndices (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp544 static Constant *CastGEPIndices(ArrayRef<Constant *> Ops, in CastGEPIndices() function
891 if (Constant *C = CastGEPIndices(Ops, DestTy, TD)) in ConstantFoldInstOperands()
/external/llvm/lib/Analysis/
DConstantFolding.cpp691 Constant *CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops, in CastGEPIndices() function
753 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy, DL, TLI)) in SymbolicallyEvaluateGEP()