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

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DAPFloatTest.cpp351 bool isExact = false; local
[all...]
/macosx-10.9.5/SecurityTool-55115/
H A Didentity_find.c129 Boolean isExact = (find.location == 0 && find.length == nameLen); local
H A Dkeychain_find.c353 Boolean isExact = (find.location == 0 && find.length == nameLen); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DOperator.h147 bool isExact() const { function in class:llvm::PossiblyExactOperator
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dcs_utils.cpp297 bool isExact = find.location == 0 && find.length == CFStringGetLength(name); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DConstantFolding.cpp1203 bool isExact = false; local
H A DInstructionSimplify.cpp1259 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, argument
1277 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, argument
1287 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, argument
1309 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp194 bool isExact; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp222 bool isExact = false; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstants.cpp1955 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { argument
1960 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { argument
2000 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { argument
2005 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { argument
H A DInstructions.cpp2007 bool BinaryOperator::isExact() const { function in class:BinaryOperator
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c115999 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
[all...]

Completed in 343 milliseconds