HomeSort by relevance Sort by last modified time
    Searched refs:UDiv (Results 26 - 50 of 53) sorted by null

12 3

  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 442 TEST_F(ConstantRangeTest, UDiv) {
443 EXPECT_EQ(Full.udiv(Full), Full);
444 EXPECT_EQ(Full.udiv(Empty), Empty);
445 EXPECT_EQ(Full.udiv(One), ConstantRange(APInt(16, 0),
447 EXPECT_EQ(Full.udiv(Some), ConstantRange(APInt(16, 0),
449 EXPECT_EQ(Full.udiv(Wrap), Full);
450 EXPECT_EQ(Empty.udiv(Empty), Empty);
451 EXPECT_EQ(Empty.udiv(One), Empty);
452 EXPECT_EQ(Empty.udiv(Some), Empty);
453 EXPECT_EQ(Empty.udiv(Wrap), Empty)
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 388 case Instruction::UDiv: {
390 // treat a udiv as a logical right shift by the power of 2 known to
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 142 case bitc::BINOP_UDIV: return Instruction::UDiv;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 260 case Instruction::UDiv:
    [all...]
Verifier.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 194 case bitc::BINOP_UDIV: return Instruction::UDiv;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 436 case bitc::BINOP_UDIV: return Instruction::UDiv;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGISel.cpp 93 STATISTIC(NumFastIselFailUDiv,"Fast isel fails on UDiv");
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 771 case ISD::UDIV:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 793 case Instruction::UDiv:
    [all...]
Reassociate.cpp 250 case Instruction::UDiv:
    [all...]
SCCP.cpp     [all...]
GVN.cpp 408 case Instruction::UDiv:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 155 | UDiv
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 96 case Instruction::UDiv: return bitc::BINOP_UDIV;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 105 case Instruction::UDiv: return bitc::BINOP_UDIV;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 90 case Instruction::UDiv: return bitc::BINOP_UDIV;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 95 case Instruction::UDiv: return bitc::BINOP_UDIV;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1819 milliseconds

12 3