Home
last modified time | relevance | path

Searched refs:CondCB (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1224 if (ConstantInt *CondCB = getConstantInt(CondValue)) { in visitSelectInst() local
1225 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue(); in visitSelectInst()