OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnaryConstantExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h
44
///
UnaryConstantExpr
- This class is private to Constants.cpp, and is used
46
class
UnaryConstantExpr
final : public ConstantExpr {
48
UnaryConstantExpr
(unsigned Opcode, Constant *C, Type *Ty)
343
struct OperandTraits<
UnaryConstantExpr
>
344
: public FixedNumOperandTraits<
UnaryConstantExpr
, 1> {};
345
DEFINE_TRANSPARENT_OPERAND_ACCESSORS(
UnaryConstantExpr
, Value)
614
return new
UnaryConstantExpr
(Opcode, Ops[0], Ty);
Constants.cpp
545
if (isa<
UnaryConstantExpr
>(C))
546
delete static_cast<
UnaryConstantExpr
*>(C);
Completed in 18 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026