Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp35 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgBinOpIntoPHI() local
497 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgOpIntoPHI() local
/external/llvm/include/llvm/IR/
DOperator.h141 bool isExact() const { in isExact() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1350 bool isExact, const Query &Q, in SimplifyRightShift()
1407 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1421 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1432 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1455 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
DConstantFolding.cpp1388 bool isExact = false; in ConstantFoldConvertToInt() local
/external/llvm/lib/IR/
DConstants.cpp2226 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2231 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
2271 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr()
2276 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
DInstructions.cpp2193 bool BinaryOperator::isExact() const { in isExact() function in BinaryOperator
/external/llvm/unittests/ADT/
DAPFloatTest.cpp953 bool isExact = false; in TEST() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp261 bool isExact = false; in ConvertToSInt() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp235 bool isExact; in materializeConstant() local
/external/clang/include/clang/AST/
DExpr.h1436 bool isExact() const { return FloatingLiteralBits.IsExact; } in isExact() function
/external/clang/lib/Sema/
DSemaChecking.cpp6956 bool isExact = false; in DiagnoseFloatingLiteralImpCast() local
DSemaExpr.cpp3144 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral() local