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