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.h164 ShuffleMaskForBitcode = in ShuffleVectorConstantExpr()
169 Constant *ShuffleMaskForBitcode; variable
H A DConstants.cpp1522 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()
H A DInstructions.cpp1823 ShuffleMaskForBitcode = convertShuffleMaskForBitcode(Mask, getType()); in setShuffleMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1810 Constant *ShuffleMaskForBitcode;
1872 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }