Searched defs:getLoadExtAction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h657 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, function in class:llvm::TargetLoweringBase
670 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal;
676 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal ||
677 getLoadExtAction(ExtType, ValVT, MemVT) == Custom;

Completed in 633 milliseconds