Home
last modified time | relevance | path

Searched refs:RHSIsConst (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_iterator.h90 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) {
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46171 bool RHSIsConst = ISD::isBuildVectorOfConstantSDNodes(RHS.getNode()); in combineSelect() local
46176 (RHSIsConst || in combineSelect()
46184 if (RHSIsConst) in combineSelect()