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

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8911 SDValue InDouble = N->getOperand(0); local
8912 if (InDouble.getOpcode() == ARMISD::VMOVDRR)
8913 return DCI.CombineTo(N, InDouble.getOperand(0), InDouble.getOperand(1));
8916 SDNode *InNode = InDouble.getNode();

Completed in 99 milliseconds