Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp363 auto *NullInt = ConstantExpr::getPtrToInt( in combineLoadToNewType() local
366 ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1)); in combineLoadToNewType()
368 MDB.createRange(NonNullInt, NullInt)); in combineLoadToNewType()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp554 Constant *NullInt =Constant::getNullValue(Type::getInt32Ty(GV->getContext())); in SRAGlobal() local
577 Idxs.push_back(NullInt); in SRAGlobal()
585 Idxs.push_back(NullInt); in SRAGlobal()