Home
last modified time | relevance | path

Searched defs:shouldRemoveRedundantExtend (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1810 virtual bool shouldRemoveRedundantExtend(SDValue Op) const { return true; } in shouldRemoveRedundantExtend() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15727 bool AArch64TargetLowering::shouldRemoveRedundantExtend(SDValue Extend) const { in shouldRemoveRedundantExtend() function in AArch64TargetLowering