Searched refs:getGEPCost (Results 1 – 2 of 2) sorted by relevance
139 unsigned getGEPCost(const Value *Ptr, ArrayRef<const Value *> Operands) const;523 virtual unsigned getGEPCost(const Value *Ptr,611 unsigned getGEPCost(const Value *Ptr, in getGEPCost() function613 return Impl.getGEPCost(Ptr, Operands); in getGEPCost()
110 unsigned getGEPCost(const Value *Ptr, ArrayRef<const Value *> Operands) { in getGEPCost() function410 ->getGEPCost(GEP->getPointerOperand(), Indices); in getUserCost()