Home | History | Annotate | Download | only in Utils

Lines Matching refs:SelectInst

1091   std::map<std::pair<Value*,Value*>, SelectInst*> InsertedSelects;
1102 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)];
1104 SI = cast<SelectInst>
1802 SelectInst *NV =
1803 cast<SelectInst>(Builder.CreateSelect(IfCond, TrueVal, FalseVal, ""));
2447 Value *NV = cast<SelectInst>
2531 static bool SimplifySwitchOnSelect(SwitchInst *SI, SelectInst *Select) {
2567 static bool SimplifyIndirectBrOnSelect(IndirectBrInst *IBI, SelectInst *SI) {
3328 if (SelectInst *Select = dyn_cast<SelectInst>(I)) {
3794 if (SelectInst *Select = dyn_cast<SelectInst>(Cond))
3856 if (SelectInst *SI = dyn_cast<SelectInst>(IBI->getAddress())) {