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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 3113   if (auto *OFBinOp = dyn_cast<OverflowingBinaryOperator>(&I)) {
 3117   if (auto *ExactOp = dyn_cast<PossiblyExactOperator>(&I)) {
 3120   if (isVectorReductionOp(&I)) {
 3122     LLVM_DEBUG(dbgs() << "Detected a reduction operation:" << I << "\n");
 3125   SDValue Op1 = getValue(I.getOperand(0));
 3126   SDValue Op2 = getValue(I.getOperand(1));
 3129   setValue(&I, BinNodeValue);