Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h163 ShuffleMaskForBitcode = in ShuffleVectorConstantExpr()
168 Constant *ShuffleMaskForBitcode; variable
H A DConstants.cpp1447 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()
H A DInstructions.cpp2126 ShuffleMaskForBitcode = convertShuffleMaskForBitcode(Mask, getType()); in setShuffleMask()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1974 Constant *ShuffleMaskForBitcode;
2044 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }