Home
last modified time | relevance | path

Searched refs:is32BitVector (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h126 bool is32BitVector() const { in is32BitVector() function
127 return isSimple() ? V.is32BitVector() : isExtended32BitVector(); in is32BitVector()
H A DMachineValueType.h205 bool is32BitVector() const { in is32BitVector() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.h96 else if (LocVT.SimpleTy == MVT::f32 || LocVT.is32BitVector()) in CC_AArch64_Custom_Block()