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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8321 bool ZeroExt = In.getOpcode() == ISD::ZERO_EXTEND; local
8324 if (!ZeroExt && !AnyExt) {
8329 // The input is a ZeroExt or AnyExt. Check the original type.

Completed in 296 milliseconds