Searched refs:MemBits (Results 1 – 5 of 5) sorted by relevance
1045 uint64_t MemBits = LoadDef->getMemSizeInBits().getValue(); in matchSextInRegOfLoad() local1050 unsigned NewSizeBits = std::min((uint64_t)MI.getOperand(2).getImm(), MemBits); in matchSextInRegOfLoad()1067 else if (MemBits > NewSizeBits || MemBits == RegTy.getSizeInBits()) in matchSextInRegOfLoad()
4182 unsigned MemBits = in computeKnownBits() local4187 Known.Zero.setBitsFrom(MemBits); in computeKnownBits()4190 Known.Zero.setBitsFrom(MemBits); in computeKnownBits()
1209 unsigned MemBits = MemVT.getScalarSizeInBits(); in SimplifyDemandedBits() local1210 Known.Zero.setBitsFrom(MemBits); in SimplifyDemandedBits()
20118 unsigned MemBits = VT.getScalarSizeInBits(); in computeKnownBitsForTargetNode() local20119 Known.Zero |= APInt::getHighBitsSet(BitWidth, BitWidth - MemBits); in computeKnownBitsForTargetNode()
2386 unsigned MemBits = VT.getScalarSizeInBits(); in computeKnownBitsForTargetNode() local2387 Known.Zero |= APInt::getHighBitsSet(BitWidth, BitWidth - MemBits); in computeKnownBitsForTargetNode()