OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateBinOp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1148
return (LC && RC) ? Insert(Folder.
CreateBinOp
(Opc, LC, RC), Name) : nullptr;
1530
Value *
CreateBinOp
(Instruction::BinaryOps Opc,
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
1574
func (b Builder)
CreateBinOp
(op Opcode, lhs, rhs Value, name string) (v Value) {
Completed in 38 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026