Home
last modified time | relevance | path

Searched refs:ShuffleVectorConstantExpr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantsContext.h177 class ShuffleVectorConstantExpr final : public ConstantExpr {
179 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask) in ShuffleVectorConstantExpr() function
298 struct OperandTraits<ShuffleVectorConstantExpr>
299 : public FixedNumOperandTraits<ShuffleVectorConstantExpr, 2> {};
300 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)
533 return new ShuffleVectorConstantExpr(Ops[0], Ops[1], ShuffleMask);
H A DConstants.cpp556 else if (isa<ShuffleVectorConstantExpr>(C)) in deleteConstant()
557 delete static_cast<ShuffleVectorConstantExpr *>(C); in deleteConstant()
1457 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMask; in getShuffleMask()
1461 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()