Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h196 ShuffleMaskForBitcode = in ShuffleVectorConstantExpr()
201 Constant *ShuffleMaskForBitcode; variable
H A DConstants.cpp1508 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()
H A DInstructions.cpp2084 ShuffleMaskForBitcode = convertShuffleMaskForBitcode(Mask, getType()); in setShuffleMask()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2002 Constant *ShuffleMaskForBitcode;
2063 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }