Searched refs:ty2 (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | SValBuilder.cpp | 783 QualType ty2) { in VisitLocMemRegionVal() argument 785 ty2->getPointeeType().getCanonicalType().getTypePtr(); in VisitLocMemRegionVal()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | README_P9.txt | 404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> 420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | LangRef.rst | 9801 <result> = extractelement <n x <ty>> <val>, <ty2> <idx> ; yields <ty> 9802 <result> = extractelement <vscale x n x <ty>> <val>, <ty2> <idx> ; yields <ty> 9845 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <n x <ty>> 9846 …<result> = insertelement <vscale x n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <vscale x n x… 10838 <result> = trunc <ty> <value> to <ty2> ; yields ty2 10843 The '``trunc``' instruction truncates its operand to the type ``ty2``. 10851 larger than the bit size of the destination type, ``ty2``. Equal sized 10858 and converts the remaining bits to ``ty2``. Since the source size must 10882 <result> = zext <ty> <value> to <ty2> ; yields ty2 10887 The '``zext``' instruction zero extends its operand to type ``ty2``. [all …]
|