Home
last modified time | relevance | path

Searched defs:getOperands (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineValueMap.cpp96 ArrayRef<Value> AffineValueMap::getOperands() const { in getOperands() function in AffineValueMap
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp153 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands() function
170 getOperands(ArrayRef<VPValue *> Values) { in getOperands() function
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h165 ArrayRef<OperandOrResult> getOperands() const { return operands; } in getOperands() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h493 operand_range getOperands() { return {operandBegin(), operandEnd()}; } in getOperands() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp325 getOperands(const BinaryOperator *Op) { in getOperands() function
331 getOperands(const CXXOperatorCallExpr *Op) { in getOperands() function
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h522 MutableArrayRef<Expr *> getOperands() { in getOperands() function
525 ArrayRef<Expr *> getOperands() const { in getOperands() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h295 operand_range getOperands() { in getOperands() function
H A DOpDefinition.h348 operand_range getOperands() { return this->getOperation()->getOperands(); } in getOperands() function
H A DOperationSupport.h731 MutableArrayRef<OpOperand> getOperands() { return {operandStorage, size()}; } in getOperands() function
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp299 auto Operator::getOperands() const -> const_value_range { in getOperands() function in Operator
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp2735 auto getOperands = [&](unsigned OpNum) -> auto { in getInvertibleOperands() local