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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 269 BO->setIsExact(false);
291 BO->setIsExact(false);
612 NewLShr->setIsExact(I.isExact());
631 NewAShr->setIsExact(I.isExact());
648 NewShr->setIsExact(true);
764 I.setIsExact();
808 I.setIsExact()
    [all...]
InstCombinePHI.cpp 127 if (isExact) NewBinOp->setIsExact();
494 if (isExact) BinOp->setIsExact();
    [all...]
InstCombineMulDivRem.cpp 59 I->setIsExact();
831 if (I.isExact()) LShr->setIsExact();
859 if (I.isExact()) LShr->setIsExact();
    [all...]
InstCombineSelect.cpp 262 BO->setIsExact(TVI_BO->isExact());
297 BO->setIsExact(FVI_BO->isExact());
    [all...]
InstCombineSimplifyDemanded.cpp 709 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact());
    [all...]
InstCombineVectorOps.cpp 700 New->setIsExact(BO->isExact());
    [all...]
InstructionCombining.cpp     [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 152 SDiv->setIsExact(true);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.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/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 406 milliseconds