Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4945 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR, MRI); in emitConjunctionRec() local
4946 assert(ValidL && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
4947 (void)ValidL; in emitConjunctionRec()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3308 bool ValidL = canEmitConjunction(LHS, CanNegateL, MustBeFirstL, IsOR); in emitConjunctionRec() local
3309 assert(ValidL && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
3310 (void)ValidL; in emitConjunctionRec()