Searched defs:IsNeg (Results 1 – 10 of 10) sorted by relevance
439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
383 bool IsNeg(const tensorflow::NodeDef& node_def, const string& input) { in IsNeg() function
329 bool IsNeg(const NodeDef& node) { return node.op() == "Neg"; } in IsNeg() function
1762 bool IsNeg = false; in ParseDirectiveRealValue() local
1687 Value *IsNeg = B.CreateICmpSLT(X, Constant::getNullValue(X->getType())); in optimizeAbs() local
2749 bool IsNeg = false; in parseDirectiveRealValue() local
3045 bool IsNeg = false; in parseRealValue() local
875 Value *IsNeg = EmitSignBit(*this, Arg); in EmitBuiltinExpr() local
3212 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); in visitSDIVLike() local