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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 267 BO->setIsExact(false);
289 BO->setIsExact(false);
601 NewLShr->setIsExact(I.isExact());
620 NewAShr->setIsExact(I.isExact());
637 NewShr->setIsExact(true);
747 I.setIsExact();
793 I.setIsExact();
InstCombinePHI.cpp 125 if (isExact) NewBinOp->setIsExact();
494 if (isExact) BinOp->setIsExact();
    [all...]
InstCombineSelect.cpp 238 BO->setIsExact(TVI_BO->isExact());
273 BO->setIsExact(FVI_BO->isExact());
    [all...]
InstCombineMulDivRem.cpp 57 I->setIsExact();
771 if (I.isExact()) LShr->setIsExact();
799 if (I.isExact()) LShr->setIsExact();
    [all...]
InstCombineSimplifyDemanded.cpp 708 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact());
    [all...]
InstCombineVectorOps.cpp 607 New->setIsExact(BO->isExact());
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 235 BO->setIsExact(true);
241 BO->setIsExact(true);
247 BO->setIsExact(true);
347 /// setIsExact - Set or clear the exact flag on this instruction,
350 void setIsExact(bool b = true);
    [all...]
Operator.h 140 void setIsExact(bool B) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 145 SDiv->setIsExact(true);
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 213 milliseconds