Home
last modified time | relevance | path

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

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