OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectConstantExpr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
LLVMContextImpl.cpp
145
void
SelectConstantExpr
::anchor() { }
ConstantsContext.h
73
///
SelectConstantExpr
- This class is private to Constants.cpp, and is used
75
class
SelectConstantExpr
: public ConstantExpr {
83
SelectConstantExpr
(Constant *C1, Constant *C2, Constant *C3)
270
struct OperandTraits<
SelectConstantExpr
> :
271
public FixedNumOperandTraits<
SelectConstantExpr
, 3> {
273
DEFINE_TRANSPARENT_OPERAND_ACCESSORS(
SelectConstantExpr
, Value)
436
return new
SelectConstantExpr
(V.operands[0], V.operands[1],
Completed in 504 milliseconds