Searched refs:ConstValue (Results 1 – 19 of 19) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | assert.go | 121 cv := other.ConstValue() 175 if lcv, rcv := lhs.ConstValue(), rhs.ConstValue(); lcv != nil && rcv != nil { 214 o.SetConstValue(n.ConstValue()) 264 lcv := lhs.ConstValue() 274 rcv := rhs.ConstValue() 295 if factCV := x.RHS().AsExpr().ConstValue(); factCV != nil { 359 (x.RHS().AsExpr().ConstValue() != nil) &&
|
D | bounds.go | 142 if cv := n.ConstValue(); cv != nil { 377 if cv := condition.ConstValue(); cv != nil { 472 if lhs.MType().IsNumType() && ((op != t.IDEq) || (rhs.ConstValue() == nil)) { 608 if n.Condition().ConstValue() == nil { 620 if n.Condition().ConstValue() == nil { 668 if cv := n.Condition().ConstValue(); cv != nil && cv.Cmp(one) == 0 { 694 if cv := n.Condition().ConstValue(); cv != nil && cv.Sign() == 0 { 762 if n.ConstValue() != nil { 798 cv := n.ConstValue() 830 if cv := c.Value().ConstValue(); cv != nil { [all …]
|
D | optimize.go | 61 rcv := x.RHS().AsExpr().ConstValue()
|
D | type.go | 643 if cv := rhs.ConstValue(); cv != nil { 657 if cv := rhs.ConstValue(); cv != nil { 785 if lcv, rcv := lhs.ConstValue(), rhs.ConstValue(); lcv != nil && rcv != nil { 984 if cv := n.ConstValue(); cv != nil { 989 if cv := c.Value().ConstValue(); cv != nil {
|
D | check_test.go | 264 got := body[1].AsAssign().RHS().ConstValue()
|
D | check.go | 329 if cv := n.ConstValue(); cv == nil || cv.Cmp(nb[0]) < 0 || cv.Cmp(nb[1]) > 0 { 663 if typ.IsIdeal() && o.ConstValue() == nil {
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceFixups.h | 49 bool isNullSymbol() const { return ConstValue == NullSymbol; } in isNullSymbol() 56 ConstValue = Value; in set_value() 88 const Constant *ConstValue; member
|
D | IceFixups.cpp | 28 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue)) in offset() 37 const Constant *C = ConstValue; in symbol()
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | expr.go | 30 if cv := n.ConstValue(); cv != nil { 79 b.writes(c.Value().ConstValue().String()) 174 b.printf(", %v)", lhs.MType().ArrayLength().ConstValue()) 418 b.writes(x.ArrayLength().ConstValue().String())
|
D | builtin.go | 308 …if cv := args[0].AsArg().Value().ConstValue(); cv != nil && cv.Sign() >= 0 && cv.Cmp(sixtyFour) <=… 485 if cv := rhs.ConstValue(); cv == nil || cv.Cmp(eight) != 0 { 574 if cv := x.ConstValue(); cv != nil && cv.Cmp(one) == 0 {
|
D | cgen.go | 709 if cv := n.Value().ConstValue(); cv != nil { 717 if cv := n.Value().ConstValue(); cv != nil { 744 } else if cv := n.ConstValue(); cv != nil {
|
D | func.go | 433 if cv := bound.ConstValue(); cv != nil {
|
D | statement.go | 333 if cv := n.Condition().ConstValue(); (cv != nil) && (cv.Cmp(one) == 0) &&
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 98 Constant *ConstValue) { in setConstantInArgument() argument 105 CS.setArgument(ArgNo, ConstValue); in setConstantInArgument()
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | ast.go | 332 func (n *Expr) ConstValue() *big.Int { return n.constValue } func
|
/third_party/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 1235 TEST(ByRefTest, ConstValue) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9759 const APInt &ConstValue = C->getAPIntValue(); in performMulCombine() local 9766 if (ConstValue.sge(1) && ConstValue.sle(16)) in performMulCombine() 9781 unsigned TrailingZeroes = ConstValue.countTrailingZeros(); in performMulCombine() 9796 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() 9804 if (ConstValue.isNonNegative()) { in performMulCombine() 9809 APInt CVPlus1 = ConstValue + 1; in performMulCombine() 9821 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() 9822 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1514 SDValue ConstValue = DAG.getConstant(Vec.getScalarValueSizeInBits() - 1, in truncateVecElts() local 1516 SDValue SplatVec = getBuildVectorSplat(ResTy, ConstValue, BigEndian, DAG); in truncateVecElts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 21572 APInt ConstValue; in LowerVSETCC() local 21574 ISD::isConstantSplatVector(Op1.getNode(), ConstValue)) { in LowerVSETCC() 21575 if (ConstValue.isMinSignedValue()) in LowerVSETCC() 21577 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()
|