reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 4535   assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal);
 4535   assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal);
 4600     if (ZExtInst *Zext = dyn_cast<ZExtInst>(OtherVal))
 4613     if (match(OtherVal, m_And(m_Value(ValToMask), m_ConstantInt(CI)))) {
 4629     if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
 4641     if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
 4652     if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
 4664     if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) {
 4696       if (U == &I || U == OtherVal)
 4719   if (isa<Instruction>(OtherVal))
 4720     IC.Worklist.Add(cast<Instruction>(OtherVal));