Searched refs:isKnownNotFullPoison (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h394 bool isKnownNotFullPoison(const Instruction *PoisonI);
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1141 if (isKnownNotFullPoison(I)) {
/external/llvm/lib/Analysis/
H A DValueTracking.cpp3637 bool llvm::isKnownNotFullPoison(const Instruction *PoisonI) { function in class:llvm
H A DScalarEvolution.cpp4807 if (!isKnownNotFullPoison(I)) return false;

Completed in 219 milliseconds