Home
last modified time | relevance | path

Searched refs:ConstValue (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dassert.go121 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) &&
Dbounds.go142 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 …]
Doptimize.go61 rcv := x.RHS().AsExpr().ConstValue()
Dtype.go643 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 {
Dcheck_test.go264 got := body[1].AsAssign().RHS().ConstValue()
Dcheck.go329 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/
DIceFixups.h49 bool isNullSymbol() const { return ConstValue == NullSymbol; } in isNullSymbol()
56 ConstValue = Value; in set_value()
88 const Constant *ConstValue; member
DIceFixups.cpp28 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/
Dexpr.go30 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())
Dbuiltin.go308 …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 {
Dcgen.go709 if cv := n.Value().ConstValue(); cv != nil {
717 if cv := n.Value().ConstValue(); cv != nil {
744 } else if cv := n.ConstValue(); cv != nil {
Dfunc.go433 if cv := bound.ConstValue(); cv != nil {
Dstatement.go333 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/
DCallSiteSplitting.cpp98 Constant *ConstValue) { in setConstantInArgument() argument
105 CS.setArgument(ArgNo, ConstValue); in setConstantInArgument()
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go332 func (n *Expr) ConstValue() *big.Int { return n.constValue } func
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc1235 TEST(ByRefTest, ConstValue) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9759 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/
DMipsSEISelLowering.cpp1514 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/
DX86ISelLowering.cpp21572 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()