Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h110 void setOpcode(unsigned opcode) { Opcode = opcode; } in setOpcode() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1924 void setOpcode(Opcode Opc) { UnaryOperatorBits.Opc = Opc; } in setOpcode() function
3330 void setOpcode(Opcode Opc) { BinaryOperatorBits.Opc = Opc; } in setOpcode() function