Home | History | Annotate | Download | only in IR

Lines Matching refs:getSelect

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