OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinaryConstantExpr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
ConstantsContext.h
50
///
BinaryConstantExpr
- This class is private to Constants.cpp, and is used
52
class
BinaryConstantExpr
: public ConstantExpr {
60
BinaryConstantExpr
(unsigned Opcode, Constant *C1, Constant *C2,
297
struct OperandTraits<
BinaryConstantExpr
>
298
: public FixedNumOperandTraits<
BinaryConstantExpr
, 2> {};
299
DEFINE_TRANSPARENT_OPERAND_ACCESSORS(
BinaryConstantExpr
, Value)
518
return new
BinaryConstantExpr
(Opcode, Ops[0], Ops[1],
LLVMContextImpl.cpp
242
void
BinaryConstantExpr
::anchor() { }
Completed in 484 milliseconds