Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2728 bool isExtLoad(const LoadInst *Load, const Instruction *Ext, in isExtLoad() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6195 return TLI->isExtLoad(LI, Inst, *DL); in canFormExtLd()