OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertValueConstantExpr
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/IR/
LLVMContextImpl.cpp
155
void
InsertValueConstantExpr
::anchor() { }
ConstantsContext.h
187
///
InsertValueConstantExpr
- This class is private to
190
class
InsertValueConstantExpr
: public ConstantExpr {
198
InsertValueConstantExpr
(Constant *Agg, Constant *Val,
300
struct OperandTraits<
InsertValueConstantExpr
> :
301
public FixedNumOperandTraits<
InsertValueConstantExpr
, 2> {
303
DEFINE_TRANSPARENT_OPERAND_ACCESSORS(
InsertValueConstantExpr
, Value)
447
return new
InsertValueConstantExpr
(V.operands[0], V.operands[1],
Constants.cpp
[
all
...]
Completed in 387 milliseconds