Searched defs:isExact (Results 1 – 13 of 13) sorted by relevance
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 351 bool isExact = false; in TEST() local
|
/external/llvm/include/llvm/ |
D | Operator.h | 145 bool isExact() const { in isExact() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 34 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgBinOpIntoPHI() local 405 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgOpIntoPHI() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1259 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() 1277 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() 1287 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() 1309 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
|
D | ConstantFolding.cpp | 1162 bool isExact = false; in ConstantFoldConvertToInt() local
|
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 1955 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() 1960 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() 2000 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr() 2005 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
|
D | Instructions.cpp | 2001 bool BinaryOperator::isExact() const { in isExact() function in BinaryOperator
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 220 bool isExact = false; in ConvertToSInt() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 193 bool isExact; in materializeRegForValue() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 4038 bool isExact = false; in DiagnoseFloatingLiteralImpCast() local
|
D | SemaExpr.cpp | 2499 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral() local
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1261 bool isExact() const { return FloatingLiteralBits.IsExact; } in isExact() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7871 bool isExact; in isConstVecPow2() local
|