Searched refs:OpSizeInBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3221 unsigned OpSizeInBits = VT.getScalarSizeInBits(); local
3223 if (C->getAPIntValue() == (OpSizeInBits - 1))
5531 unsigned OpSizeInBits = VT.getSizeInBits(); local
5532 if (DemandHighBits && OpSizeInBits > 16) {
5543 N10, APInt::getHighBitsSet(OpSizeInBits, OpSizeInBits - 16)))
5548 if (OpSizeInBits > 16) {
5551 DAG.getConstant(OpSizeInBits - 16, DL,
7175 unsigned OpSizeInBits = VT.getScalarSizeInBits(); local
7177 if (C->getAPIntValue() == (OpSizeInBits
7462 unsigned OpSizeInBits = VT.getScalarSizeInBits(); local
7711 unsigned OpSizeInBits = VT.getScalarSizeInBits(); local
7903 unsigned OpSizeInBits = VT.getScalarSizeInBits(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15467 unsigned OpSizeInBits = VT.getScalarSizeInBits(); local
15488 if (Mask->getZExtValue() == OpSizeInBits - 1)

Completed in 192 milliseconds