Searched refs:OutScalarTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8864 EVT OutScalarTy = VT.getScalarType(); local
8866 isPowerOf2_32(OutScalarTy.getSizeInBits()) &&
8875 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits();

Completed in 200 milliseconds