Home
last modified time | relevance | path

Searched defs:IsNarrow (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Dinstructions-aarch32.h1163 bool IsNarrow() const { return size_ == Narrow; } in IsNarrow() function
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3832 const bool IsNarrow = NarrowTy.getScalarType() != DstTy.getScalarType(); in reduceOperationWidth() local