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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 93 bool isSignedOp() {
160 DivRemMapKey Key(isSignedOp(), Dividend, Divisor);
272 if (isSignedOp()) {
400 if (DividendShort && !isSignedOp()) {
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 358 static int isSignedOp(ISD::CondCode Opcode) {
376 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
396 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
    [all...]

Completed in 89 milliseconds