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

/external/llvm/include/llvm/Support/
H A DPatternMatch.h191 const APInt &CIV = CI->getValue(); local
193 return CIV == static_cast<uint64_t>(Val);
197 return -CIV == -Val;

Completed in 74 milliseconds