Searched refs:SelectVal (Results 1 – 2 of 2) sorted by relevance
198 SelectVal, // A pointer select which is loaded from and for which the load enumerator247 Res.Kind = ValType::SelectVal; in getSelect()258 bool isSelectValue() const { return Kind == ValType::SelectVal; } in isSelectValue()
414 Value *SelectVal = Builder.CreateSelect(Cond, LdexpVal0, LdexpVal1); in foldSelectOpOp() local418 TII->getType(), Intrinsic::ldexp, {SelectVal, SelectExp}); in foldSelectOpOp()