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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7506 bool AnyExt = In.getOpcode() == ISD::ANY_EXTEND; local
7510 if (!ZeroExt && !AnyExt) {
7515 // The input is a ZeroExt or AnyExt. Check the original type.
7529 AllAnyExt &= AnyExt;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6976 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
6980 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,AnyExt));

Completed in 113 milliseconds