Home
last modified time | relevance | path

Searched refs:getLLVMBinaryOp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1185 static llvm::Instruction::BinaryOps getLLVMBinaryOp(Instruction::Opcode Opc) { in getLLVMBinaryOp() function
1232 Builder.CreateBinOp(getLLVMBinaryOp(Op), LHS->Val, RHS->Val, Name); in create()