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

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 151 void ShuffleVectorConstantExpr::anchor() { }
ConstantsContext.h 136 /// ShuffleVectorConstantExpr - This class is private to
139 class ShuffleVectorConstantExpr : public ConstantExpr {
147 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3)
288 struct OperandTraits<ShuffleVectorConstantExpr> :
289 public FixedNumOperandTraits<ShuffleVectorConstantExpr, 3> {
291 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)
444 return new ShuffleVectorConstantExpr(V.operands[0], V.operands[1],

Completed in 81 milliseconds