Searched refs:ShuffleVectorConstantExpr (Results 1 – 2 of 2) sorted by relevance
184 class ShuffleVectorConstantExpr final : public ConstantExpr {186 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask) in ShuffleVectorConstantExpr() function368 struct OperandTraits<ShuffleVectorConstantExpr>369 : public FixedNumOperandTraits<ShuffleVectorConstantExpr, 2> {};370 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)627 return new ShuffleVectorConstantExpr(Ops[0], Ops[1], ShuffleMask);
555 else if (isa<ShuffleVectorConstantExpr>(C)) in deleteConstant()556 delete static_cast<ShuffleVectorConstantExpr *>(C); in deleteConstant()1504 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMask; in getShuffleMask()1508 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()