HomeSort by: relevance | last modified time | path
    Searched refs:ShuffleVectorConstantExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 181 /// ShuffleVectorConstantExpr - This class is private to
184 class ShuffleVectorConstantExpr final : public ConstantExpr {
186 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask)
368 struct OperandTraits<ShuffleVectorConstantExpr>
369 : public FixedNumOperandTraits<ShuffleVectorConstantExpr, 2> {};
370 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)
627 return new ShuffleVectorConstantExpr(Ops[0], Ops[1], ShuffleMask);
Constants.cpp 555 else if (isa<ShuffleVectorConstantExpr>(C))
556 delete static_cast<ShuffleVectorConstantExpr *>(C);
1504 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMask;
1508 return cast<ShuffleVectorConstantExpr>(this)->ShuffleMaskForBitcode;

Completed in 18 milliseconds