Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantsContext.h191 ShuffleMaskForBitcode = in ShuffleVectorConstantExpr()
196 Constant *ShuffleMaskForBitcode; variable
H A DConstants.cpp1453 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()
H A DInstructions.cpp2154 ShuffleMaskForBitcode = convertShuffleMaskForBitcode(Mask, getType()); in setShuffleMask()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h2010 Constant *ShuffleMaskForBitcode;
2080 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }