HomeSort by relevance Sort by last modified time
    Searched refs:isSignedOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 275 static int isSignedOp(ISD::CondCode Opcode) {
293 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
313 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 239 /// isSignedOp - For an integer comparison, return 1 if the comparison is a
242 static int isSignedOp(ISD::CondCode Opcode) {
264 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
288 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
    [all...]

Completed in 342 milliseconds