Searched defs:shouldRemoveRedundantExtend (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 1740 virtual bool shouldRemoveRedundantExtend(SDValue Op) const { return true; } shouldRemoveRedundantExtend() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 14696 bool AArch64TargetLowering::shouldRemoveRedundantExtend(SDValue Extend) const { shouldRemoveRedundantExtend() function in AArch64TargetLowering |