Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DCharUnits.h125 bool isOne() const { return Quantity == 1; } in isOne() function
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOperands.cpp48 static bool isOne(Use &Op) { in isOne() function
/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.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()
/llvm-project/llvm/include/llvm/IR/
H A DConstants.h212 bool isOne() const { return Val.isOne(); } isOne() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp66 bool isOne(const Expr *E) { in isOne() function in __anon83eeef370111::WalkAST
/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h545 bool isOne() const { in isOne() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h369 bool isOne() const { isOne() function
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp762 Value isOne = rewriter.create<spirv::IEqualOp>(loc, maskedSrc, mask); in matchAndRewrite() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp77 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anone2711ed90111::FAddendCoef
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2074 static bool isOne(mlir::Attribute a) { return checkIsIntegerConstant(a, 1); } isOne() function
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp5171 auto isOne = [](int64_t v) { return v == 1; }; isValidShapeCast() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp448 bool SCEV::isOne() const { isOne() function in SCEV