Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4835 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR, MRI); in emitConjunctionRec() local
4836 assert(ValidL && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
4837 (void)ValidL; in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3727 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec() local
3728 assert(ValidL && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
3729 (void)ValidL; in emitConjunctionRec()