HomeSort by relevance Sort by last modified time
    Searched full:negone (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
state.h 16 cloog_int_t negone; member in struct:cloogstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
state.h 16 cloog_int_t negone; member in struct:cloogstate
  /external/llvm/unittests/IR/
ConstantsTest.cpp 25 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true);
26 EXPECT_EQ(NegOne, ConstantInt::getSigned(Int1, -1));
35 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, One));
39 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, NegOne));
43 EXPECT_EQ(Zero, ConstantExpr::getSub(NegOne, One));
47 EXPECT_EQ(Zero, ConstantExpr::getSub(One, NegOne));
71 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One));
75 EXPECT_EQ(One, ConstantExpr::getSDiv(NegOne, One));
79 EXPECT_EQ(One, ConstantExpr::getSDiv(One, NegOne));
    [all...]
  /external/llvm/test/CodeGen/R600/
local-atomics.ll 52 ; SI: V_MOV_B32_e32 [[NEGONE:v[0-9]+]], [[SNEGONE]]
53 ; SI: DS_INC_RTN_U32 v{{[0-9]+}}, v{{[0-9]+}}, [[NEGONE]], 0x0
63 ; SI: V_MOV_B32_e32 [[NEGONE:v[0-9]+]], [[SNEGONE]]
64 ; SI: DS_INC_RTN_U32 v{{[0-9]+}}, v{{[0-9]+}}, [[NEGONE]], 0x10
94 ; SI: V_MOV_B32_e32 [[NEGONE:v[0-9]+]], [[SNEGONE]]
95 ; SI: DS_DEC_RTN_U32 v{{[0-9]+}}, v{{[0-9]+}}, [[NEGONE]], 0x0
105 ; SI: V_MOV_B32_e32 [[NEGONE:v[0-9]+]], [[SNEGONE]]
106 ; SI: DS_DEC_RTN_U32 v{{[0-9]+}}, v{{[0-9]+}}, [[NEGONE]], 0x10
  /art/test/003-omnibus-opcodes/src/
IntMath.java 190 int negOne = -results[5];
192 int result = (((minInt + plusOne) - plusOne) / negOne) / negOne;
404 long negOne = -results[5];
406 long result = (((minLong + plusOne) - plusOne) / negOne) / negOne;
  /art/test/107-int-math2/src/
Main.java 356 int negOne = -results[5];
358 int result = (((minInt + plusOne) - plusOne) / negOne) / negOne;
359 int shouldBeZero = minInt % negOne;
473 long negOne = -results[5];
475 long result = (((minLong + plusOne) - plusOne) / negOne) / negOne;
    [all...]
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 163 ConstantInt *NegOne;
169 NegOne = ConstantInt::getSigned(DivTy, -1);
175 NegOne = ConstantInt::getSigned(DivTy, -1);
284 Value *Tmp4 = Builder.CreateAdd(Divisor, NegOne);
320 Value *SR_2 = Builder.CreateAdd(SR_3, NegOne);
  /external/llvm/test/CodeGen/Mips/
fp16instrinsmc.ll 6 @negone = global float -1.000000e+00, align 4
43 %1 = load float* @negone, align 4
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 597 llong negOne(0xffffffff, 0xffffffff);
601 LLAssert(negOne > (int32_t)-2);
611 LLAssert(negOne >= (int32_t)-2);
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 597 llong negOne(0xffffffff, 0xffffffff);
601 LLAssert(negOne > (int32_t)-2);
611 LLAssert(negOne >= (int32_t)-2);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 328 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue(
332 Good.push_back(SE.getMulExpr(NegOne, *I));
335 Bad.push_back(SE.getMulExpr(NegOne, *I));
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 1715 milliseconds