Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2292 bool IsCmpNE; in emitCompareAndBranch() local
2323 IsCmpNE = Predicate == CmpInst::ICMP_NE; in emitCompareAndBranch()
2331 IsCmpNE = Predicate == CmpInst::ICMP_SLT; in emitCompareAndBranch()
2342 IsCmpNE = Predicate == CmpInst::ICMP_SLE; in emitCompareAndBranch()
2358 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; in emitCompareAndBranch()