Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h568 bool programUndefinedIfFullPoison(const Instruction *PoisonI);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1190 if (programUndefinedIfFullPoison(I)) { in reuniteExts()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4566 bool llvm::programUndefinedIfFullPoison(const Instruction *PoisonI) { in programUndefinedIfFullPoison() function in llvm
H A DScalarEvolution.cpp6035 if (!programUndefinedIfFullPoison(I)) in isSCEVExprNeverPoison()