reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelLowering.cpp
 8353     return AddRequiredExtensionForVMULL(N->getOperand(0), DAG,
 8362     SDValue newLoad = SkipLoadExtensionForVMULL(LD, DAG);
 8363     DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), newLoad.getValue(1));
 8366         DAG.getNode(Opcode, SDLoc(newLoad), LD->getValueType(0), newLoad);
 8367     DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 0), extLoad);
 8378     unsigned LowElt = DAG.getDataLayout().isBigEndian() ? 1 : 0;
 8379     return DAG.getBuildVector(
 8396     Ops.push_back(DAG.getConstant(CInt.zextOrTrunc(32), dl, MVT::i32));
 8398   return DAG.getBuildVector(MVT::getVectorVT(TruncVT, NumElts), dl, Ops);