Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h86 bool isExact(const BinaryOperator *Op) const { in isExact() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h145 bool isExact() const { in isExact() function
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp280 bool isExact; in ToAPInt() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp245 bool Instruction::isExact() const { in isExact() function in Instruction
H A DConstants.cpp2702 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr()
2707 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp195 bool isExact = false; in ConvertToSInt() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp304 bool isExact; in materializeConstant() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1866 bool isExact = false; in ConstantFoldSSEConvertToInt() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1697 bool isExact() const { return FloatingLiteralBits.IsExact; } in isExact() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp13491 bool isExact = false; in DiagnoseFloatingImpCast() local
H A DSemaExpr.cpp3716 bool isExact = (result == APFloat::opOK); in BuildFloatingLiteral() local