HomeSort by: relevance | last modified time | path
    Searched refs:isKnownGE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h 234 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TypeSize.h 347 static bool isKnownGE(const LinearPolySize &LHS, const LinearPolySize &RHS) {
MachineValueType.h 1051 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp 1409 return TypeSize::isKnownGE(ValueSize, *FragmentSize);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 5493 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth));
5511 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth));
SelectionDAG.cpp 7661 assert(ElementCount::isKnownGE(
7707 assert(ElementCount::isKnownGE(

Completed in 35 milliseconds