Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9843 unsigned FromEltSz = VT.getVectorElementType().getSizeInBits(); in PerformSTORECombine() local
9847 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) return SDValue(); in PerformSTORECombine()
9851 if (0 != (NumElems * FromEltSz) % ToEltSz) return SDValue(); in PerformSTORECombine()
9853 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformSTORECombine()