Searched refs:isExact (Results 26 - 48 of 48) sorted by relevance

12

/external/clang/lib/AST/
H A DStmtProfile.cpp425 ID.AddBoolean(S->isExact());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp700 New->setIsExact(BO->isExact());
H A DInstructionCombining.cpp1193 NewBO->setIsExact(Inst.isExact());
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h989 bool isExact() const { return SubclassData & EXACT; } function in class:llvm::BinaryWithFlagsSDNode
/external/llvm/include/llvm/IR/
H A DPatternMatch.h648 return PEO->isExact() && SubPattern.match(V);
/external/llvm/lib/IR/
H A DInstructions.cpp2029 bool BinaryOperator::isExact() const { function in class:BinaryOperator
2030 return cast<PossiblyExactOperator>(this)->isExact();
H A DAsmWriter.cpp757 if (Div->isExact())
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1033 if (BO->isExact())
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp724 if (PEO->isExact())
/external/clang/lib/Sema/
H A DSemaChecking.cpp4858 if (FLL->isExact())
4862 if (FLR->isExact())
5755 bool isExact = false; local
5760 llvm::APFloat::rmTowardZero, &isExact)
5761 == llvm::APFloat::opOK && isExact)
H A DSemaExpr.cpp3045 bool isExact = (result == APFloat::opOK); local
3046 return FloatingLiteral::Create(S.Context, Val, isExact, Ty, Loc);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2798 exact = ExactOp->isExact();
2846 exact = ExactOp->isExact();
2861 if (isa<BinaryOperator>(&I) && cast<BinaryOperator>(&I)->isExact() &&
H A DSelectionDAG.cpp502 BinNode->hasNoSignedWrap(), BinNode->isExact());
H A DDAGCombiner.cpp1338 BinNode->hasNoSignedWrap(), BinNode->isExact());
/external/clang/include/clang/AST/
H A DExpr.h1389 bool isExact() const { return FloatingLiteralBits.IsExact; } function in class:clang::FloatingLiteral
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp391 Record.push_back(E->isExact());
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3115 VecOp->setIsExact(BinOp->isExact());
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9077 bool isExact;
9079 if (APF.convertToInteger(&cN, 64, isSigned, APFloat::rmTowardZero, &isExact)
9080 != APFloat::opOK || !isExact)
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c114664 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c128973 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c128993 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4297 milliseconds

12