Searched refs:ShuffleVectorConstantExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 159 class ShuffleVectorConstantExpr final : public ConstantExpr { 163 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask) in ShuffleVectorConstantExpr() function 254 struct OperandTraits<ShuffleVectorConstantExpr> 255 : public FixedNumOperandTraits<ShuffleVectorConstantExpr, 2> {}; 256 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value) 499 return new ShuffleVectorConstantExpr(Ops[0], Ops[1], ShuffleMask);
|
| H A D | Constants.cpp | 588 else if (isa<ShuffleVectorConstantExpr>(C)) in deleteConstant() 589 delete static_cast<ShuffleVectorConstantExpr *>(C); in deleteConstant() 1544 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMask; in getShuffleMask() 1548 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode; in getShuffleMaskForBitcode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21047 …ectorConstantExprC2EPNS_8ConstantES2_S2_", "llvm::ShuffleVectorConstantExpr::ShuffleVectorConstant… 21048 …"_ZN4llvm25ShuffleVectorConstantExprD1Ev", "llvm::ShuffleVectorConstantExpr::~ShuffleVectorConstan… 21049 …"_ZN4llvm25ShuffleVectorConstantExprD0Ev", "llvm::ShuffleVectorConstantExpr::~ShuffleVectorConstan… 24717 {"_ZTSN4llvm25ShuffleVectorConstantExprE", "typeinfo name for llvm::ShuffleVectorConstantExpr"}, 26235 {"_ZTIN4llvm25ShuffleVectorConstantExprE", "typeinfo for llvm::ShuffleVectorConstantExpr"}, 26598 {"_ZTVN4llvm25ShuffleVectorConstantExprE", "vtable for llvm::ShuffleVectorConstantExpr"},
|