Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1332 static bool isConjunctionDisjunctionTree(const SDValue Val, bool &CanNegate, in isConjunctionDisjunctionTree() argument
1340 CanNegate = true; in isConjunctionDisjunctionTree()
1363 CanNegate = CanNegateL && CanNegateR; in isConjunctionDisjunctionTree()
1373 CanNegate = false; in isConjunctionDisjunctionTree()
1495 bool CanNegate; in emitConjunctionDisjunctionTree() local
1496 if (!isConjunctionDisjunctionTree(Val, CanNegate)) in emitConjunctionDisjunctionTree()