Home | History | Annotate | Download | only in IR

Lines Matching defs:getSelect

1131     return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]);
1806 Constant *ConstantExpr::getSelect(Constant *C, Constant *V1, Constant *V2) {