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 148 void ShuffleVectorConstantExpr::anchor() { }
ConstantsContext.h 133 /// ShuffleVectorConstantExpr - This class is private to
136 class ShuffleVectorConstantExpr : public ConstantExpr {
144 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3)
285 struct OperandTraits<ShuffleVectorConstantExpr> :
286 public FixedNumOperandTraits<ShuffleVectorConstantExpr, 3> {
288 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ShuffleVectorConstantExpr, Value)
452 return new ShuffleVectorConstantExpr(V.operands[0], V.operands[1],

Completed in 31 milliseconds