Home
last modified time | relevance | path

Searched refs:isConjunctionDisjunctionTree (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() function
1350 if (!isConjunctionDisjunctionTree(O0, CanNegateL, Depth+1)) in isConjunctionDisjunctionTree()
1353 if (!isConjunctionDisjunctionTree(O1, CanNegateR, Depth+1)) in isConjunctionDisjunctionTree()
1447 bool isValidL = isConjunctionDisjunctionTree(LHS, CanNegateL); in emitConjunctionDisjunctionTreeRec()
1453 bool isValidR = isConjunctionDisjunctionTree(RHS, CanNegateR); in emitConjunctionDisjunctionTreeRec()
1496 if (!isConjunctionDisjunctionTree(Val, CanNegate)) in emitConjunctionDisjunctionTree()