HomeSort by: relevance | last modified time | path
    Searched refs:isFoldableLoad (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h 110 bool isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue);
SystemZTargetTransformInfo.cpp 979 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) {
1080 if (isFoldableLoad(cast<LoadInst>(I), FoldedValue)) {
1096 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/))

Completed in 88 milliseconds