Searched refs:GetAlignedPrimTypeBitSize (Results 1 – 2 of 2) sorted by relevance
465 … result = intVal0.AShr(intVal1.GetZXTValue() % GetAlignedPrimTypeBitSize(resultType), resultType); in FoldIntConstBinaryMIRConst()469 … result = intVal0.LShr(intVal1.GetZXTValue() % GetAlignedPrimTypeBitSize(resultType), resultType); in FoldIntConstBinaryMIRConst()473 … result = intVal0.Shl(intVal1.GetZXTValue() % GetAlignedPrimTypeBitSize(resultType), resultType); in FoldIntConstBinaryMIRConst()
83 inline uint32 GetAlignedPrimTypeBitSize(PrimType primType) in GetAlignedPrimTypeBitSize() function