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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4120 static inline bool isSETCCOp(unsigned Opcode) { function
4170 return (isSETCCOp(N.getOpcode()) ||
4247 if (!isSETCCOp(Cond->getOpcode()) && !isLogicalMaskOp(Cond->getOpcode()))
4270 if (isSETCCOp(Cond.getOpcode())) {
4297 if (isSETCCOp(Cond->getOpcode())) {
4301 isSETCCOp(Cond->getOperand(0).getOpcode()) &&
4302 isSETCCOp(Cond->getOperand(1).getOpcode())) {

Completed in 101 milliseconds