Searched refs:isKnownGE (Results 1 – 10 of 10) sorted by relevance
241 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
137 if (ElementCount::isKnownGE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
219 static constexpr bool isKnownGE(const FixedOrScalableQuantity &LHS, in isKnownGE() function
1181 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
178 !TypeSize::isKnownGE(AllocSize, in HasAddressTaken()
1597 if (!C1 || !TypeSize::isKnownGE( in processByValArgument()
1507 return TypeSize::isKnownGE(ValueSize, *FragmentSize); in valueCoversEntireFragment()
357 if (!TypeSize::isKnownGE(SrcSize, DestSize)) in ConstantFoldLoadThroughBitcast()
8807 assert(ElementCount::isKnownGE( in getGatherVP()8851 assert(ElementCount::isKnownGE( in getScatterVP()8993 assert(ElementCount::isKnownGE( in getMaskedGather()9039 assert(ElementCount::isKnownGE( in getMaskedScatter()
6990 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()