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

References

lib/Target/ARM/ARMISelLowering.cpp
14041   switch (N->getOpcode()) {
14045     if (!isa<ConstantSDNode>(N.getOperand(1)))
14047     if (!cast<ConstantSDNode>(N.getOperand(1))->isOne())
14050     return SearchLoopIntrinsic(N.getOperand(0), CC, Imm, Negate);
14053     auto *Const = dyn_cast<ConstantSDNode>(N.getOperand(1));
14062     CC = cast<CondCodeSDNode>(N.getOperand(2))->get();
14063     return SearchLoopIntrinsic(N->getOperand(0), CC, Imm, Negate);
14066     unsigned IntOp = cast<ConstantSDNode>(N.getOperand(1))->getZExtValue();
14070     return N;