Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4797 static bool canEmitConjunction(Register Val, bool &CanNegate, bool &MustBeFirst, in canEmitConjunction() argument
4805 CanNegate = true; in canEmitConjunction()
4835 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction()
4838 MustBeFirst = !CanNegate; in canEmitConjunction()
4842 CanNegate = false; in canEmitConjunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3198 static bool canEmitConjunction(const SDValue Val, bool &CanNegate, in canEmitConjunction() argument
3207 CanNegate = true; in canEmitConjunction()
3237 CanNegate = WillNegate && CanNegateL && CanNegateR; in canEmitConjunction()
3240 MustBeFirst = !CanNegate; in canEmitConjunction()
3244 CanNegate = false; in canEmitConjunction()