Lines Matching refs:ETy
2520 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local
2522 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getAddExpr()
3115 Type *ETy = Ops[0]->getType(); in getMulExpr() local
3116 assert(!ETy->isPointerTy()); in getMulExpr()
3118 assert(Ops[i]->getType() == ETy && in getMulExpr()
3670 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local
3672 assert(getEffectiveSCEVType(Op->getType()) == ETy && in getAddRecExpr()
3841 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMinMaxExpr() local
3843 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getMinMaxExpr()
4263 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getSequentialMinMaxExpr() local
4265 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getSequentialMinMaxExpr()
13479 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); in getElementSize() local
13480 return getSizeOfExpr(ETy, Ty); in getElementSize()