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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 597 /// bitsLE - Return true if this has no more bits than VT.
598 bool bitsLE(EVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 392 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!");
528 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
    [all...]
SelectionDAG.cpp 830 EltVT.bitsLE(I->getValueType()))) &&
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp 290 bool Smaller = ValueVT.bitsLE(PartVT);
308 bool Smaller = ValueVT.bitsLE(PartVT);
485 bool Smaller = PartVT.bitsLE(ValueVT);
495 bool Smaller = ValueVT.bitsLE(PartVT);
    [all...]

Completed in 310 milliseconds