Home | History | Annotate | Download | only in Utils

Lines Matching refs:SelectInst

1096   std::map<std::pair<Value*,Value*>, SelectInst*> InsertedSelects;
1107 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)];
1109 SI = cast<SelectInst>
1822 SelectInst *NV =
1823 cast<SelectInst>(Builder.CreateSelect(IfCond, TrueVal, FalseVal, ""));
2497 Value *NV = cast<SelectInst>
2581 static bool SimplifySwitchOnSelect(SwitchInst *SI, SelectInst *Select) {
2617 static bool SimplifyIndirectBrOnSelect(IndirectBrInst *IBI, SelectInst *SI) {
3365 if (SelectInst *Select = dyn_cast<SelectInst>(I)) {
3925 if (SelectInst *Select = dyn_cast<SelectInst>(Cond))
3987 if (SelectInst *SI = dyn_cast<SelectInst>(IBI->getAddress())) {