Searched defs:SelectConstantExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DConstantsContext.h73 /// SelectConstantExpr - This class is private to Constants.cpp, and is used
75 class SelectConstantExpr : public ConstantExpr { class in namespace:llvm
83 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) function in class:llvm::SelectConstantExpr
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 77 milliseconds