Searched refs:combineLoadToNewType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 318 static LoadInst *combineLoadToNewType(InstCombiner &IC, LoadInst &LI, Type *NewTy, in combineLoadToNewType() function 479 LoadInst *NewLoad = combineLoadToNewType( in combineLoadToOperationType() 502 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType() 530 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ST->getTypeAtIndex(0U), in unpackLoadToAggregate() 569 LoadInst *NewLoad = combineLoadToNewType(IC, LI, AT->getElementType(), in unpackLoadToAggregate()
|