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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1822 uint64_t DontKnow = CI->isZero() ? -1ULL : 0; local
1823 ReplaceInstUsesWith(*I, ConstantInt::get(I->getType(), DontKnow));

Completed in 450 milliseconds