Home
last modified time | relevance | path

Searched defs:isOne (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCharUnits.h119 bool isOne() const { return Quantity == 1; } in isOne() function
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h169 bool isOne() const { in isOne() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCStringSyntaxChecker.cpp68 inline bool isOne(const Expr *E) { in isOne() function in __anondd9770fd0111::WalkAST
/NextBSD/contrib/compiler-rt/lib/BlocksRuntime/
HDruntime.c231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC()
254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), in _Block_use_GC5()
/NextBSD/contrib/llvm/include/llvm/Support/
HDScaledNumber.h545 bool isOne() const { in isOne() function
/NextBSD/contrib/llvm/lib/IR/
HDConstantFold.cpp640 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); in ConstantFoldCastInstruction() local
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp63 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anon080f30f50111::FAddendCoef
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp283 bool SCEV::isOne() const { in isOne() function in SCEV