Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h366 static const MCBinaryExpr *CreateMul(const MCExpr *LHS, const MCExpr *RHS, in CreateMul() function
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp229 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name, in CreateMul() function
/external/llvm/bindings/go/llvm/
Dir.go1310 func (b Builder) CreateMul(lhs, rhs Value, name string) (v Value) { func