Home
last modified time | relevance | path

Searched refs:NegateResult (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp175 bool NegateResult = false; in matchAArch64MulConstCombine() local
203 NegateResult = true; in matchAArch64MulConstCombine()
208 if (NegateResult && TrailingZeroes) in matchAArch64MulConstCombine()
218 assert(!(NegateResult && TrailingZeroes) && in matchAArch64MulConstCombine()
221 if (NegateResult) { in matchAArch64MulConstCombine()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12670 bool NegateResult = false; in performMulCombine() local
12698 NegateResult = true; in performMulCombine()
12711 assert(!(NegateResult && TrailingZeroes) && in performMulCombine()
12714 if (NegateResult) in performMulCombine()