Searched refs:RHSIsConst (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_iterator.h | 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) { 229 template <bool RHSIsConst> 231 const ilist_iterator_w_bits<OptionsT, IsReverse, RHSIsConst> &RHS, 232 std::enable_if_t<IsConst || !RHSIsConst, void *> = nullptr) 242 template <bool RHSIsConst> [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 45263 bool RHSIsConst = ISD::isBuildVectorOfConstantSDNodes(RHS.getNode()); in combineSelect() local 45267 (RHSIsConst || (RHS.getOpcode() == ISD::BITCAST && in combineSelect() 45274 if (RHSIsConst) in combineSelect()
|