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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8320 bool AnyExt = In.getOpcode() == ISD::ANY_EXTEND; local
8324 if (!ZeroExt && !AnyExt) {
8329 // The input is a ZeroExt or AnyExt. Check the original type.
8343 AllAnyExt &= AnyExt;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp7213 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
7216 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,AnyExt));

Completed in 216 milliseconds