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

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

Completed in 76 milliseconds