Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h129 class ShuffleVectorConstantExpr : public ConstantExpr {
136 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr() function
272 struct OperandTraits<ShuffleVectorConstantExpr> :
273 public FixedNumOperandTraits<ShuffleVectorConstantExpr, 3> {
275 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)
427 return new ShuffleVectorConstantExpr(V.operands[0], V.operands[1],
/external/llvm/lib/IR/
DConstantsContext.h135 class ShuffleVectorConstantExpr : public ConstantExpr {
143 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr() function
309 struct OperandTraits<ShuffleVectorConstantExpr>
310 : public FixedNumOperandTraits<ShuffleVectorConstantExpr, 3> {};
311 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)
520 return new ShuffleVectorConstantExpr(Ops[0], Ops[1], Ops[2]);
DLLVMContextImpl.cpp226 void ShuffleVectorConstantExpr::anchor() { } in anchor()