Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h191 ShuffleMaskForBitcode = in ShuffleVectorConstantExpr()
196 Constant *ShuffleMaskForBitcode; variable
H A DConstants.cpp1510 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()
H A DInstructions.cpp2097 ShuffleMaskForBitcode = convertShuffleMaskForBitcode(Mask, getType()); in setShuffleMask()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2013 Constant *ShuffleMaskForBitcode;
2075 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }