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

/external/llvm/lib/VMCore/
H A DLLVMContextImpl.cpp125 void ShuffleVectorConstantExpr::anchor() { }
H A DConstantsContext.h133 /// ShuffleVectorConstantExpr - This class is private to
136 class ShuffleVectorConstantExpr : public ConstantExpr { class in namespace:llvm
144 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) function in class:llvm::ShuffleVectorConstantExpr
285 struct OperandTraits<ShuffleVectorConstantExpr> :
286 public FixedNumOperandTraits<ShuffleVectorConstantExpr, 3> {
288 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)
447 return new ShuffleVectorConstantExpr(V.operands[0], V.operands[1],

Completed in 53 milliseconds