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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DOperator.h147 bool isExact() const { function in class:llvm::PossiblyExactOperator
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp34 bool isNUW = false, isNSW = false, isExact = false; local
405 bool isNUW = false, isNSW = false, isExact = false; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1307 bool isExact = false; local
H A DInstructionSimplify.cpp1362 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, argument
1384 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, argument
1394 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, argument
1420 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp211 bool isExact; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp222 bool isExact = false; local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp2073 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { argument
2078 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { argument
2118 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { argument
2123 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { argument
H A DInstructions.cpp2017 bool BinaryOperator::isExact() const { function in class:BinaryOperator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1370 bool isExact() const { return FloatingLiteralBits.IsExact; } function in class:clang::FloatingLiteral
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp5170 bool isExact = false; local
H A DSemaExpr.cpp2959 bool isExact = (result == APFloat::opOK); local
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c115999 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c143942 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
[all...]

Completed in 1509 milliseconds