HomeSort by relevance Sort by last modified time
    Searched refs:setIsExact (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 275 BO->setIsExact(false);
297 BO->setIsExact(false);
620 NewLShr->setIsExact(I.isExact());
639 NewAShr->setIsExact(I.isExact());
656 NewShr->setIsExact(true);
774 I.setIsExact();
    [all...]
InstCombineMulDivRem.cpp 61 I->setIsExact();
841 BO->setIsExact(I.isExact());
869 BO->setIsExact(I.isExact());
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 107 void Instruction::setIsExact(bool b) {
108 cast<PossiblyExactOperator>(this)->setIsExact(b);
229 setIsExact(PE->isExact());
247 setIsExact(isExact() & PE->isExact());
  /external/spirv-llvm/lib/SPIRV/
SPIRVRegularizeLLVM.cpp 142 BO->setIsExact(false);
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 237 BO->setIsExact(true);
243 BO->setIsExact(true);
249 BO->setIsExact(true);
349 /// setIsExact - Set or clear the exact flag on this instruction,
352 void setIsExact(bool b = true);
    [all...]
Operator.h 134 void setIsExact(bool B) {
  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 140 SDiv->setIsExact(true);
  /external/llvm/include/llvm/IR/
Instruction.h 246 void setIsExact(bool b = true);
Operator.h 135 void setIsExact(bool B) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineShifts.cpp 266 BO->setIsExact(false);
288 BO->setIsExact(false);
699 I.setIsExact();
745 I.setIsExact();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 271 void setIsExact(bool b = true);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 283 void setIsExact(bool b = true);
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 283 void setIsExact(bool b = true);
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 283 void setIsExact(bool b = true);
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 283 void setIsExact(bool b = true);
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 283 void setIsExact(bool b = true);
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 283 void setIsExact(bool b = true);
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 283 void setIsExact(bool b = true);
Operator.h 136 void setIsExact(bool B) {

Completed in 631 milliseconds

1 2 3