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

  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
state.h 16 cloog_int_t negone; member in struct:cloogstate
  /external/llvm/unittests/IR/
ConstantsTest.cpp 27 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true);
28 EXPECT_EQ(NegOne, ConstantInt::getSigned(Int1, -1));
37 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, One));
41 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, NegOne));
45 EXPECT_EQ(Zero, ConstantExpr::getSub(NegOne, One));
49 EXPECT_EQ(Zero, ConstantExpr::getSub(One, NegOne));
73 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One));
77 EXPECT_EQ(One, ConstantExpr::getSDiv(NegOne, One));
81 EXPECT_EQ(One, ConstantExpr::getSDiv(One, NegOne));
    [all...]
  /external/llvm/test/CodeGen/R600/
local-atomics.ll 73 ; GCN: v_mov_b32_e32 [[NEGONE:v[0-9]+]], -1
74 ; GCN: ds_inc_rtn_u32 v{{[0-9]+}}, v{{[0-9]+}}, [[NEGONE]]
84 ; GCN: v_mov_b32_e32 [[NEGONE:v[0-9]+]], -1
85 ; GCN: ds_inc_rtn_u32 v{{[0-9]+}}, v{{[0-9]+}}, [[NEGONE]] offset:16
131 ; GCN: v_mov_b32_e32 [[NEGONE:v[0-9]+]], -1
132 ; GCN: ds_dec_rtn_u32 v{{[0-9]+}}, v{{[0-9]+}}, [[NEGONE]]
142 ; GCN: v_mov_b32_e32 [[NEGONE:v[0-9]+]], -1
143 ; GCN: ds_dec_rtn_u32 v{{[0-9]+}}, v{{[0-9]+}}, [[NEGONE]] offset:16
361 ; GCN: v_mov_b32_e32 [[NEGONE:v[0-9]+]], -1
362 ; GCN: ds_inc_u32 v{{[0-9]+}}, [[NEGONE]]
    [all...]
  /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;
478 long negOne = -results[5];
480 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, float* @negone, align 4
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 642 llong negOne(0xffffffff, 0xffffffff);
646 LLAssert(negOne > (int32_t)-2);
656 LLAssert(negOne >= (int32_t)-2);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 389 Constant *NegOne = Ty->isIntOrIntVectorTy() ?
392 BinaryOperator *Res = CreateMul(Neg->getOperand(1), NegOne, "", Neg, Neg);
    [all...]
LoopStrengthReduce.cpp 327 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue(
331 Good.push_back(SE.getMulExpr(NegOne, *I));
334 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...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1045 milliseconds