Home
last modified time | relevance | path

Searched refs:getGEPCost (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h139 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() function
613 return Impl.getGEPCost(Ptr, Operands); in getGEPCost()
DTargetTransformInfoImpl.h110 unsigned getGEPCost(const Value *Ptr, ArrayRef<const Value *> Operands) { in getGEPCost() function
410 ->getGEPCost(GEP->getPointerOperand(), Indices); in getUserCost()