Home
last modified time | relevance | path

Searched defs:IsNeg (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/external/tensorflow/tensorflow/c/
Dc_test_util.cc383 bool IsNeg(const tensorflow::NodeDef& node_def, const string& input) { in IsNeg() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc329 bool IsNeg(const NodeDef& node) { return node.op() == "Neg"; } in IsNeg() function
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp1762 bool IsNeg = false; in ParseDirectiveRealValue() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1687 Value *IsNeg = B.CreateICmpSLT(X, Constant::getNullValue(X->getType())); in optimizeAbs() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2749 bool IsNeg = false; in parseDirectiveRealValue() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3045 bool IsNeg = false; in parseRealValue() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp875 Value *IsNeg = EmitSignBit(*this, Arg); in EmitBuiltinExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3212 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); in visitSDIVLike() local