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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8835 bool AnyExt = In.getOpcode() == ISD::ANY_EXTEND; local
8839 if (!ZeroExt && !AnyExt) {
8844 // The input is a ZeroExt or AnyExt. Check the original type.
8858 AllAnyExt &= AnyExt;
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7382 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
7385 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,AnyExt));

Completed in 277 milliseconds