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

  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 88 bool Expanded = false;
93 Expanded |= expandInstr(*BB, I++);
95 return Expanded;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 563 APInt Expanded = C->getAPIntValue() | (~NewMask);
565 if (Expanded.isAllOnesValue()) {
566 if (Expanded != C->getAPIntValue()) {
569 TLO.DAG.getConstant(Expanded, dl, VT));
    [all...]

Completed in 726 milliseconds