Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantsContext.h137 class ShuffleVectorConstantExpr : public ConstantExpr {
145 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr() function
284 struct OperandTraits<ShuffleVectorConstantExpr> :
285 public FixedNumOperandTraits<ShuffleVectorConstantExpr, 3> {
287 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)
494 return new ShuffleVectorConstantExpr(Ops[0], Ops[1], Ops[2]);
DLLVMContextImpl.cpp231 void ShuffleVectorConstantExpr::anchor() { } in anchor()