Searched defs:ExtractElement (Results 1 – 5 of 5) sorted by relevance
213 Value *ExtractElement = Builder.CreateExtractElement(VecValue, Index); in tryPromoteAllocaToVector() local
206 | ExtractElement Constructor
264 | ExtractElement Constructor
43 static ConstantInt *ExtractElement(Constant *V, Constant *Idx) { in ExtractElement() function
230 ExtractElement Opcode = C.LLVMExtractElement const