Home
last modified time | relevance | path

Searched defs:isExact (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp34 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgBinOpIntoPHI() local
405 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgOpIntoPHI() local
/external/llvm/include/llvm/IR/
DOperator.h147 bool isExact() const { in isExact() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1360 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1382 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1392 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1418 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
DConstantFolding.cpp1258 bool isExact = false; in ConstantFoldConvertToInt() local
/external/llvm/lib/IR/
DConstants.cpp2048 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2053 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
2093 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr()
2098 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
DInstructions.cpp2017 bool BinaryOperator::isExact() const { in isExact() function in BinaryOperator
/external/llvm/unittests/ADT/
DAPFloatTest.cpp876 bool isExact = false; in TEST() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp211 bool isExact; in materializeRegForValue() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp222 bool isExact = false; in ConvertToSInt() local
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3.c1607 int isExact, /* If *pp1 is exactly nTokens before *pp2 */ in fts3PoslistPhraseMerge()
/external/clang/include/clang/AST/
DExpr.h1367 bool isExact() const { return FloatingLiteralBits.IsExact; } in isExact() function
/external/clang/lib/Sema/
DSemaChecking.cpp5051 bool isExact = false; in DiagnoseFloatingLiteralImpCast() local
DSemaExpr.cpp2891 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9270 bool isExact; in isConstVecPow2() local