Searched defs:isShort (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/utils/TableGen/ | ||
H A D | NeonEmitter.cpp | 199 bool isShort() const { return isInteger() && ElementBitwidth == 16; } isShort() function in __anon1ddc9b620111::Type |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeIntegerTypes.cpp | 3147 SDValue isShort = DAG.getSetCC(dl, getSetCCResultType(ShTy), ExpandShiftWithUnknownAmountBit() local |