Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4980 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR, MRI); in emitConjunctionRec() local
4981 assert(ValidL && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
4982 (void)ValidL; in emitConjunctionRec()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3430 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec() local
3431 assert(ValidL && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
3432 (void)ValidL; in emitConjunctionRec()