Searched refs:isFoldableLoad (Results 1 – 2 of 2) sorted by relevance
90 bool isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue);
889 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) { in isFoldableLoad() function in SystemZTTIImpl984 if (isFoldableLoad(cast<LoadInst>(I), FoldedValue)) { in getMemoryOpCost()1000 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/)) in getMemoryOpCost()