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 439 bool bitsLE(MVT VT) const {
715 /// bitsLE - Return true if this has no more bits than VT.
716 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!");
539 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
    [all...]
SelectionDAG.cpp 811 EltVT.bitsLE(I->getValueType()))) &&
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp 294 bool Smaller = ValueVT.bitsLE(PartEVT);
323 bool Smaller = ValueVT.bitsLE(PartEVT);
512 bool Smaller = PartEVT.bitsLE(ValueVT);
522 bool Smaller = ValueVT.bitsLE(PartVT);
    [all...]

Completed in 798 milliseconds