Home
last modified time | relevance | path

Searched defs:CreateSub (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h186 Value *CreateSub(Value *LHS, Value *RHS) { in CreateSub() function
H A DFixedPointBuilder.h252 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1448 func (b Builder) CreateSub(lhs, rhs Value, name string) (v Value) { func