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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8349 EVT OutScalarTy = N->getValueType(0).getScalarType(); local
8351 isPowerOf2_32(OutScalarTy.getSizeInBits()) &&
8365 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits();

Completed in 196 milliseconds