Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantsContext.h189 ShuffleMaskForBitcode = in ShuffleVectorConstantExpr()
194 Constant *ShuffleMaskForBitcode; variable
H A DConstants.cpp1461 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()
H A DInstructions.cpp2261 ShuffleMaskForBitcode = convertShuffleMaskForBitcode(Mask, getType()); in setShuffleMask()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h2019 Constant *ShuffleMaskForBitcode;
2089 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }