Searched refs:CastGEPIndices (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 544 static Constant *CastGEPIndices(ArrayRef<Constant *> Ops, in CastGEPIndices() function 891 if (Constant *C = CastGEPIndices(Ops, DestTy, TD)) in ConstantFoldInstOperands()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 691 Constant *CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops, in CastGEPIndices() function 753 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy, DL, TLI)) in SymbolicallyEvaluateGEP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 735 Constant *CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops, in CastGEPIndices() function 803 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy, in SymbolicallyEvaluateGEP()
|