Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h87 bool isExact(const BinaryOperator *Op) const { in isExact() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h136 bool isExact() const { in isExact() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp165 bool Instruction::isExact() const { in isExact() function in Instruction
H A DConstants.cpp2711 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2716 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
2761 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr()
2766 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1300 Value *Op1, bool isExact, const SimplifyQuery &Q, in SimplifyRightShift()
1360 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1391 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst()
1398 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
1422 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
H A DConstantFolding.cpp1783 bool isExact = false; in ConstantFoldSSEConvertToInt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp193 bool isExact = false; in ConvertToSInt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp307 bool isExact; in materializeConstant() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1676 bool isExact() const { return FloatingLiteralBits.IsExact; } in isExact() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11848 bool isExact = false; in DiagnoseFloatingImpCast() local
H A DSemaExpr.cpp3617 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral() local