Searched refs:Summand (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 382 Value *Summand; in getVarAndConst() local 386 Summand = Add->getOperand(1); in getVarAndConst() 388 Summand = Add->getOperand(0); in getVarAndConst() 397 return std::pair<Value *, int64_t>(Summand, Immediate); in getVarAndConst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 1078 Value *CreateFMA(Value *Factor1, Value *Factor2, Value *Summand, 1083 {Factor1, Factor2, Summand}, FMFSource, Name); 1087 {Factor1, Factor2, Summand}, FMFSource, Name);
|