Searched refs:RHSIsConst (Results 1 – 2 of 2) sorted by relevance
90 template <bool RHSIsConst>91 ilist_iterator(const ilist_iterator<OptionsT, IsReverse, RHSIsConst> &RHS,92 std::enable_if_t<IsConst || !RHSIsConst, void *> = nullptr)97 template <bool RHSIsConst>98 std::enable_if_t<IsConst || !RHSIsConst, ilist_iterator &>99 operator=(const ilist_iterator<OptionsT, IsReverse, RHSIsConst> &RHS) {
46171 bool RHSIsConst = ISD::isBuildVectorOfConstantSDNodes(RHS.getNode()); in combineSelect() local46176 (RHSIsConst || in combineSelect()46184 if (RHSIsConst) in combineSelect()