Home
last modified time | relevance | path

Searched defs:CreateShl (Results 1 – 2 of 2) sorted by relevance

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