Searched refs:AllowTruncate (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 43364 bool AllowTruncate) { in checkBitcastSrcVectorSize() argument 43367 if (!AllowTruncate) in checkBitcastSrcVectorSize() 43373 return checkBitcastSrcVectorSize(Src.getOperand(0), Size, AllowTruncate); in checkBitcastSrcVectorSize() 43377 return checkBitcastSrcVectorSize(Src.getOperand(0), Size, AllowTruncate) && in checkBitcastSrcVectorSize() 43378 checkBitcastSrcVectorSize(Src.getOperand(1), Size, AllowTruncate); in checkBitcastSrcVectorSize() 43382 checkBitcastSrcVectorSize(Src.getOperand(1), Size, AllowTruncate) && in checkBitcastSrcVectorSize() 43383 checkBitcastSrcVectorSize(Src.getOperand(2), Size, AllowTruncate); in checkBitcastSrcVectorSize()
|