Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10045 bool IsParity = Op.getOpcode() == ISD::PARITY; in LowerCTPOP_PARITY() local
10051 if (VT == MVT::i32 && IsParity) in LowerCTPOP_PARITY()
10072 if (IsParity) in LowerCTPOP_PARITY()
10087 if (IsParity) in LowerCTPOP_PARITY()
10094 assert(!IsParity && "ISD::PARITY of vector types not supported"); in LowerCTPOP_PARITY()