Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h161 Value *CreateAdd(Value *LHS, Value *RHS) { in CreateAdd() function
H A DFixedPointBuilder.h226 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp234 static BinaryOperator *CreateAdd(Value *S1, Value *S2, const Twine &Name, in CreateAdd() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1424 func (b Builder) CreateAdd(lhs, rhs Value, name string) (v Value) { func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3350 auto CreateAdd = [&B](Value *X, Value *Y) { in emitTransformedIndex() local