HomeSort by relevance Sort by last modified time
    Searched refs:ShuffleVectorConstantExpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
ConstantsContext.h 132 /// ShuffleVectorConstantExpr - This class is private to
135 class ShuffleVectorConstantExpr : public ConstantExpr {
143 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3)
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]);
LLVMContextImpl.cpp 226 void ShuffleVectorConstantExpr::anchor() { }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 126 /// ShuffleVectorConstantExpr - This class is private to
129 class ShuffleVectorConstantExpr : public ConstantExpr {
136 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3)
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],

Completed in 141 milliseconds