OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnaryConstantExpr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
ConstantsContext.h
33
///
UnaryConstantExpr
- This class is private to Constants.cpp, and is used
35
class
UnaryConstantExpr
: public ConstantExpr {
43
UnaryConstantExpr
(unsigned Opcode, Constant *C, Type *Ty)
292
struct OperandTraits<
UnaryConstantExpr
>
293
: public FixedNumOperandTraits<
UnaryConstantExpr
, 1> {};
294
DEFINE_TRANSPARENT_OPERAND_ACCESSORS(
UnaryConstantExpr
, Value)
515
return new
UnaryConstantExpr
(Opcode, Ops[0], Ty);
LLVMContextImpl.cpp
240
void
UnaryConstantExpr
::anchor() { }
Completed in 527 milliseconds