HomeSort by relevance Sort by last modified time
    Searched defs:SDiv (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 137 BinaryOperator *SDiv = BinaryOperator::Create(Instruction::SDiv, V, V);
138 EXPECT_FALSE(this->clone(SDiv)->isExact());
140 SDiv->setIsExact(true);
141 EXPECT_TRUE(this->clone(SDiv)->isExact());
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 147 BinaryOperator *SDiv = BinaryOperator::Create(Instruction::SDiv, V, V);
148 EXPECT_FALSE(this->clone(SDiv)->isExact());
150 SDiv->setIsExact(true);
151 EXPECT_TRUE(this->clone(SDiv)->isExact());
  /external/llvm/bindings/go/llvm/
ir.go 187 SDiv Opcode = C.LLVMSDiv
    [all...]

Completed in 583 milliseconds