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

  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /external/llvm/include/llvm/IR/
Operator.h 134 IsExact = (1 << 0)
141 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
145 /// isExact - Test whether this division is known to be exact, with
147 bool isExact() const {
148 return SubclassOptionalData & IsExact;
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 34 bool isNUW = false, isNSW = false, isExact = false;
41 isExact = PEO->isExact();
62 if (isExact)
63 isExact = cast<PossiblyExactOperator>(I)->isExact();
125 if (isExact) NewBinOp->setIsExact();
405 bool isNUW = false, isNSW = false, isExact = false;
429 isExact = PEO->isExact();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 211 bool isExact;
213 APFloat::rmTowardZero, &isExact);
214 if (isExact) {
410 cast<BinaryOperator>(I)->isExact() &&
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 222 bool isExact = false;
226 &isExact) != APFloat::opOK || !isExact)
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 115 milliseconds