Searched defs:IntBits (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7706 uint32_t IntBits = IntTy.getSizeInBits(); local
7707 if (IntBits != 16 && IntBits != 32 && IntBits != 64)
7711 if (IntBits > FloatBits)
7716 int32_t Bits = IntBits == 64 ? 64 : 32;
7749 if (IntBits < FloatBits)
7773 int32_t IntBits = IntTy.getSizeInBits(); local
7774 if (IntBits != 16 && IntBits !
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10407 uint32_t IntBits = IntTy.getSizeInBits(); local
10409 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) {
10432 if (IntBits < FloatBits)
10465 uint32_t IntBits = IntTy.getSizeInBits(); local
10467 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) {
10484 if (IntBits < FloatBits)

Completed in 2014 milliseconds