Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp210 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands() function
227 getOperands(ArrayRef<VPValue *> Values) { in getOperands() function
H A DSLPVectorizer.cpp9494 ArrayRef<Value *> getOperands(unsigned I) const { return Operands[I]; } in getOperands() function in __anon07b2d7748811::PHIHandler
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h214 ArrayRef<MCOperand> getOperands() const { return Operands; } in getOperands() function
H A DMCSection.h443 ArrayRef<MCOperand> getOperands() const { in getOperands() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3553 auto getOperands = [&](unsigned OpNum) -> auto { in getInvertibleOperands() local