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

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp252 const ConstantInt *EnableValue = local
254 return (EnableValue && EnableValue->getZExtValue());
259 const ConstantInt *EnableValue = local
261 return (EnableValue && !EnableValue->getZExtValue());

Completed in 47 milliseconds