Searched refs:NegateOpsAndResult (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1440 bool NegateOpsAndResult = Opcode == ISD::OR; local
1444 if (NegateOpsAndResult) {
1477 if (NegateOpsAndResult && !Negate)
1481 NegateOpsAndResult, CmpR,
1485 if (NegateOpsAndResult && !Negate)

Completed in 131 milliseconds