Searched refs:SelectConstantExpr (Results 1 – 2 of 2) sorted by relevance
73 class SelectConstantExpr : public ConstantExpr {81 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() function266 struct OperandTraits<SelectConstantExpr> :267 public FixedNumOperandTraits<SelectConstantExpr, 3> {269 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(SelectConstantExpr, Value)488 return new SelectConstantExpr(Ops[0], Ops[1], Ops[2]);
225 void SelectConstantExpr::anchor() { } in anchor()