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