Searched defs:ConvInput (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10636 SDValue ConvInput = V->getOperand(0); local
10637 if (ConvInput.getValueType().isVector() &&
10638 ConvInput.getValueType().getVectorNumElements() == NumElts)
10639 V = ConvInput.getNode();
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9179 SDValue ConvInput = Op.getOperand(0); local
9182 ConvInput = DAG.getNode(isSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND,
9184 ConvInput);
9191 ConvInput, DAG.getConstant(Log2_64(C), MVT::i32));

Completed in 189 milliseconds