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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9205 SDValue InDouble = N->getOperand(0); local
9206 if (InDouble.getOpcode() == ARMISD::VMOVDRR && !Subtarget->isFPOnlySP())
9207 return DCI.CombineTo(N, InDouble.getOperand(0), InDouble.getOperand(1));
9210 SDNode *InNode = InDouble.getNode();

Completed in 223 milliseconds