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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 274 BO->setIsExact(false);
296 BO->setIsExact(false);
619 NewLShr->setIsExact(I.isExact());
638 NewAShr->setIsExact(I.isExact());
655 NewShr->setIsExact(true);
773 I.setIsExact();
    [all...]
InstCombineMulDivRem.cpp 61 I->setIsExact();
827 BO->setIsExact(I.isExact());
855 BO->setIsExact(I.isExact());
    [all...]
InstCombinePHI.cpp 126 if (isExact) NewBinOp->setIsExact();
586 if (isExact) BinOp->setIsExact();
    [all...]
InstCombineSelect.cpp 235 BO->setIsExact(TVI_BO->isExact());
270 BO->setIsExact(FVI_BO->isExact());
    [all...]
InstCombineSimplifyDemanded.cpp 667 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact());
    [all...]
InstCombineVectorOps.cpp 652 New->setIsExact(BO->isExact());
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 430 BO->setIsExact(true);
436 BO->setIsExact(true);
442 BO->setIsExact(true);
539 void setIsExact(bool b = true);
    [all...]
Operator.h 135 void setIsExact(bool B) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 151 SDiv->setIsExact(true);
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.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...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 227 milliseconds