Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DMatrixBuilder.h186 Value *CreateSub(Value *LHS, Value *RHS) { in CreateSub() function
DFixedPointBuilder.h193 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub() function
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1448 func (b Builder) CreateSub(lhs, rhs Value, name string) (v Value) { func
/external/llvm/bindings/go/llvm/
Dir.go1286 func (b Builder) CreateSub(lhs, rhs Value, name string) (v Value) { func