Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4964 bool NegateR; in emitConjunctionRec() local
4975 NegateR = false; in emitConjunctionRec()
4979 NegateR = CanNegateR; in emitConjunctionRec()
4990 NegateR = false; in emitConjunctionRec()
4998 emitConjunctionRec(RHS, RHSCC, NegateR, CCOp, Predicate, MIB); in emitConjunctionRec()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3327 bool NegateR; in emitConjunctionRec() local
3338 NegateR = false; in emitConjunctionRec()
3342 NegateR = CanNegateR; in emitConjunctionRec()
3352 NegateR = false; in emitConjunctionRec()
3359 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec()