Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp36 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgBinOpIntoPHI() local
405 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgOpIntoPHI() local
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h142 bool isExact() const { in isExact() function
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1326 bool isExact, const Query &Q, in SimplifyRightShift()
1383 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1397 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1408 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1431 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
H A DConstantFolding.cpp1389 bool isExact = false; in ConstantFoldConvertToInt() local
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2258 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2263 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
2303 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr()
2308 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
H A DInstructions.cpp2027 bool BinaryOperator::isExact() const { in isExact() function in BinaryOperator
/minix/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DAPFloatTest.cpp952 bool isExact = false; in TEST() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp228 bool isExact = false; in ConvertToSInt() local
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp233 bool isExact; in materializeConstant() local
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1401 bool isExact() const { return FloatingLiteralBits.IsExact; } in isExact() function
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6233 bool isExact = false; in DiagnoseFloatingLiteralImpCast() local
H A DSemaExpr.cpp3105 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9284 bool isExact; in isConstVecPow2() local