HomeSort by relevance Sort by last modified time
    Searched refs:NullInt (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 366 auto *NullInt = ConstantExpr::getPtrToInt(
369 ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1));
371 MDB.createRange(NonNullInt, NullInt));
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 515 Constant *NullInt =Constant::getNullValue(Type::getInt32Ty(GV->getContext()));
538 Idxs.push_back(NullInt);
546 Idxs.push_back(NullInt);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 576 Constant *NullInt =Constant::getNullValue(Type::getInt32Ty(GV->getContext()));
598 Idxs.push_back(NullInt);
605 Idxs.push_back(NullInt);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 547 Constant *NullInt =Constant::getNullValue(Type::getInt32Ty(GV->getContext()));
570 Idxs.push_back(NullInt);
578 Idxs.push_back(NullInt);
    [all...]

Completed in 234 milliseconds