Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h436 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS, in CreateAdd() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp352 static BinaryOperator *CreateAdd(Value *S1, Value *S2, const Twine &Name, in CreateAdd() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1254 func (b Builder) CreateAdd(lhs, rhs Value, name string) (v Value) { func