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

References

lib/Target/AArch64/AArch64FastISel.cpp
 2333       std::swap(LHS, RHS);
 2335     if (!isa<Constant>(RHS) || !cast<Constant>(RHS)->isNullValue())
 2335     if (!isa<Constant>(RHS) || !cast<Constant>(RHS)->isNullValue())
 2361     if (!isa<Constant>(RHS) || !cast<Constant>(RHS)->isNullValue())
 2361     if (!isa<Constant>(RHS) || !cast<Constant>(RHS)->isNullValue())
 2369     if (!isa<ConstantInt>(RHS))
 2372     if (cast<ConstantInt>(RHS)->getValue() != APInt(BW, -1, true))