Home
last modified time | relevance | path

Searched refs:isKnownGE (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h241 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp137 if (ElementCount::isKnownGE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h219 static constexpr bool isKnownGE(const FixedOrScalableQuantity &LHS, in isKnownGE() function
H A DMachineValueType.h1181 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp178 !TypeSize::isKnownGE(AllocSize, in HasAddressTaken()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1597 if (!C1 || !TypeSize::isKnownGE( in processByValArgument()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1507 return TypeSize::isKnownGE(ValueSize, *FragmentSize); in valueCoversEntireFragment()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp357 if (!TypeSize::isKnownGE(SrcSize, DestSize)) in ConstantFoldLoadThroughBitcast()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8807 assert(ElementCount::isKnownGE( in getGatherVP()
8851 assert(ElementCount::isKnownGE( in getScatterVP()
8993 assert(ElementCount::isKnownGE( in getMaskedGather()
9039 assert(ElementCount::isKnownGE( in getMaskedScatter()
H A DLegalizeVectorTypes.cpp6990 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()