Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp241 static BinaryOperator *CreateAdd(Value *S1, Value *S2, const Twine &Name, in CreateAdd() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2477 auto CreateAdd = [&B](Value *X, Value *Y) { in emitTransformedIndex() local