HomeSort by relevance Sort by last modified time
    Searched refs:getLoadExtAction (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetLowering.h 413 /// getLoadExtAction - Return how this load with extension should be treated:
417 LegalizeAction getLoadExtAction(unsigned ExtType, EVT VT) const {
427 return VT.isSimple() && getLoadExtAction(ExtType, VT) == Legal;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 6051 milliseconds