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

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

Completed in 360 milliseconds