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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h87 bool isExact(const BinaryOperator *Op) const { function in struct:llvm::InstrInfoQuery
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h136 bool isExact() const { function in class:llvm::PossiblyExactOperator
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp165 bool Instruction::isExact() const { function in class:Instruction
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp307 bool isExact; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1783 bool isExact = false; local
H A DInstructionSimplify.cpp1360 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, argument
1391 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, argument
1398 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, argument
1422 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, argument
1299 SimplifyRightShift(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, bool isExact, const SimplifyQuery &Q, unsigned MaxRecurse) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp193 bool isExact = false; local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1676 bool isExact() const { return FloatingLiteralBits.IsExact; } function in class:clang::FloatingLiteral
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11848 bool isExact = false; local
H A DSemaExpr.cpp3617 bool isExact = (result == APFloat::opOK); local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c186860 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
[all...]

Completed in 904 milliseconds