Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h173 ShuffleMaskForBitcode = in ShuffleVectorConstantExpr()
178 Constant *ShuffleMaskForBitcode; variable
H A DConstants.cpp1548 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()
H A DInstructions.cpp1888 ShuffleMaskForBitcode = convertShuffleMaskForBitcode(Mask, getType()); in setShuffleMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1938 Constant *ShuffleMaskForBitcode;
2001 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }