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

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2137 bool IsCmpNE; local
2168 IsCmpNE = Predicate == CmpInst::ICMP_NE;
2176 IsCmpNE = Predicate == CmpInst::ICMP_SLT;
2187 IsCmpNE = Predicate == CmpInst::ICMP_SLE;
2203 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit];

Completed in 147 milliseconds