Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h119 bool isOne() const { return Quantity == 1; } in isOne() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h198 bool isOne() const { return Val.isOneValue(); } in isOne() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp66 bool isOne(const Expr *E) { in isOne() function in __anonb84c804f0111::WalkAST
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h544 bool isOne() const { in isOne() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp688 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); in ConstantFoldCastInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp77 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anon0831a0f10111::FAddendCoef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp413 bool SCEV::isOne() const { in isOne() function in SCEV