Home
last modified time | relevance | path

Searched refs:CmpLoadTy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1303 Type *CmpLoadTy; in removeBitcastsFromLoadStoreOnMinMax() local
1304 if (!isMinMaxWithLoads(LoadAddr, CmpLoadTy)) in removeBitcastsFromLoadStoreOnMinMax()
1309 if (LI->getType() == CmpLoadTy) in removeBitcastsFromLoadStoreOnMinMax()
1315 DL.getTypeStoreSizeInBits(CmpLoadTy)) in removeBitcastsFromLoadStoreOnMinMax()
1328 LoadInst *NewLI = IC.combineLoadToNewType(*LI, CmpLoadTy); in removeBitcastsFromLoadStoreOnMinMax()