Home
last modified time | relevance | path

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

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