Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4900 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR, MRI); in emitConjunctionRec() local
4901 assert(ValidL && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
4902 (void)ValidL; in emitConjunctionRec()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3147 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec() local
3148 assert(ValidL && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
3149 (void)ValidL; in emitConjunctionRec()