Searched refs:CondValue (Results 1 – 3 of 3) sorted by relevance
948 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local949 if (CondValue.isUnknown()) in visitSelectInst()952 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
424 inline uint32_t cond() const { return instr_.CondValue(); } in cond()
804 inline int CondValue() const { in CondValue() function