Home
last modified time | relevance | path

Searched defs:CreateAdd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h157 Value *CreateAdd(Value *LHS, Value *RHS) { in CreateAdd() function
H A DFixedPointBuilder.h228 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp248 static BinaryOperator *CreateAdd(Value *S1, Value *S2, const Twine &Name, in CreateAdd() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2235 auto CreateAdd = [&B](Value *X, Value *Y) { in emitTransformedIndex() local