Home
last modified time | relevance | path

Searched refs:getOffsetOfExpr (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h628 const SCEV *getOffsetOfExpr(StructType *STy, unsigned FieldNo);
632 const SCEV *getOffsetOfExpr(Type *CTy, Constant *FieldNo);
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1265 const SCEV *getOffsetOfExpr(Type *IntTy, StructType *STy, unsigned FieldNo);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h606 const SCEV *getOffsetOfExpr(Type *IntTy, StructType *STy, unsigned FieldNo);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2599 const SCEV *ScalarEvolution::getOffsetOfExpr(StructType *STy, in getOffsetOfExpr() function in ScalarEvolution
2616 const SCEV *ScalarEvolution::getOffsetOfExpr(Type *CTy, in getOffsetOfExpr() function in ScalarEvolution
3145 const SCEV *FieldOffset = getOffsetOfExpr(STy, FieldNo); in createNodeForGEP()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2996 const SCEV *FieldOffset = getOffsetOfExpr(IntPtrTy, STy, FieldNo); in getGEPExpr()
3244 const SCEV *ScalarEvolution::getOffsetOfExpr(Type *IntTy, in getOffsetOfExpr() function in ScalarEvolution
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3464 const SCEV *FieldOffset = getOffsetOfExpr(IntPtrTy, STy, FieldNo); in getGEPExpr()
3736 const SCEV *ScalarEvolution::getOffsetOfExpr(Type *IntTy, in getOffsetOfExpr() function in ScalarEvolution