Searched refs:getOffsetOfExpr (Results 1 – 2 of 2) sorted by relevance
684 const SCEV *getOffsetOfExpr(Type *IntTy, StructType *STy, unsigned FieldNo);
3776 const SCEV *FieldOffset = getOffsetOfExpr(IntIdxTy, STy, FieldNo); in getGEPExpr()4421 const SCEV *ScalarEvolution::getOffsetOfExpr(Type *IntTy, in getOffsetOfExpr() function in ScalarEvolution