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

Declarations

lib/Target/AArch64/AArch64FastISel.cpp
  223   bool emitCmp(const Value *LHS, const Value *RHS, bool IsZExt);

References

lib/Target/AArch64/AArch64FastISel.cpp
 2457       if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
 2598   if (!emitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
 2785     if (!emitCmp(Cmp->getOperand(0), Cmp->getOperand(1), Cmp->isUnsigned()))