Home | History | Annotate | Download | only in IR

Lines Matching refs:ExtractElement

1244   case Instruction::ExtractElement:
2098 "Tried to create extractelement operation on non-vector type!");
2100 "Extractelement index must be an integer type!");
2111 const ConstantExprKeyType Key(Instruction::ExtractElement, ArgVec);
2190 "Tried to create extractelement operation on non-first-class type!");
2998 case Instruction::ExtractElement: