Searched refs:ShuffleVectorConstantExpr (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 135 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]);
|
D | LLVMContextImpl.cpp | 226 void ShuffleVectorConstantExpr::anchor() { } in anchor()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 129 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],
|