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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h53 /// isBinOpWithFlags - Returns true if the opcode is a binary operation
55 static bool isBinOpWithFlags(unsigned Opcode) { function in namespace:llvm
991 return isBinOpWithFlags(N->getOpcode());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp396 if (isBinOpWithFlags(Opcode))
963 if (isBinOpWithFlags(Opcode)) {
3510 const bool BinOpHasFlags = isBinOpWithFlags(Opcode);
5742 if (isBinOpWithFlags(Opcode))

Completed in 158 milliseconds