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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 212 /// bitsLE - Return true if this has no more bits than VT.
213 bool bitsLE(EVT VT) const {
MachineValueType.h 540 bool bitsLE(MVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 449 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!");
618 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
    [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp 727 EltVT.bitsLE(I->getValueType()))) &&
    [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp 524 if (VT.getVectorNumElements() != 1 && VT.getScalarType().bitsLE(MVT::i16))
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 107 milliseconds