Searched refs:IOR (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | integer.h | 292 result.value = result.value.IOR(Integer{field}.SHIFTL(j)); in ConvertUnsigned() 306 result.value = result.value.IOR(MASKL(bits - FROM::bits)); in ConvertSigned() 591 return SHIFTL(leastBits).IOR(SHIFTR(middleBits)); 596 return unchanged.IOR(middle).IOR(least); 610 return SHIFTL(count).IOR(fill.SHIFTR(bits - count)); in SHIFTLWithFill() 624 return SHIFTR(count).IOR(fill.SHIFTL(bits - count)); in SHIFTRWithFill() 677 return SHIFTR(count).IOR(MASKL(count)); in SHIFTA() 718 constexpr Integer IOR(const Integer &y) const { in IOR() function 735 return IAND(mask).IOR(y.IAND(mask.NOT())); in MERGE_BITS()
|
| H A D | logical.h | 87 return {word_.IOR(that.word_)}; in OR()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 37 if (word_.IOR(y.word_).IBCLR(bits - 1).IsZero()) { in Compare() 544 word_ = word_.IOR(Word{exponent}.SHIFTL(significandBits)); in Normalize()
|
| H A D | fold-integer.cpp | 608 fptr = &Scalar<T>::IOR; in FoldIntrinsicFunction() 621 context, std::move(funcRef), &Scalar<T>::IOR, Scalar<T>{}); in FoldIntrinsicFunction()
|
| H A D | tools.cpp | 1129 bits = bits.IOR(chBOZ.SHIFTL(8 * j)); in HollerithToBOZ()
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | integer.cpp | 168 t = a.IOR(b); in exhaustiveTesting()
|
| H A D | real.cpp | 109 R negInf{Word{maxExponent}.SHIFTL(significandBits).IOR(Word::MASKL(1))}; in basicTests()
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | OpenMP-4.5-grammar.md | 450 MAX | MIN | IAND | IOR | IEOR
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 7082 SDValue IOR = DAG.getNode(ISD::OR, SDLoc(N0), VT, N0.getOperand(0), N1); in visitOR() local 7083 AddToWorklist(IOR.getNode()); in visitOR() 7084 return DAG.getNode(ISD::AND, SDLoc(N), VT, COR, IOR); in visitOR()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ConfusableTable/ |
| H A D | confusables.txt | 6279 16E1 ; 16BC ; MA # ( ᛡ → ᚼ ) RUNIC LETTER IOR → RUNIC LETTER LONG-BRANCH-HAGALL H #
|