Searched refs:MinVLenB (Results 1 – 1 of 1) sorted by relevance
21031 const unsigned MinVLenB = Subtarget.getRealMinVLen() / 8; in computeKnownBitsForTargetNode() local21033 assert(MinVLenB > 0 && "READ_VLENB without vector extension enabled?"); in computeKnownBitsForTargetNode()21034 Known.Zero.setLowBits(Log2_32(MinVLenB)); in computeKnownBitsForTargetNode()21036 if (MaxVLenB == MinVLenB) in computeKnownBitsForTargetNode()21037 Known.One.setBit(Log2_32(MinVLenB)); in computeKnownBitsForTargetNode()