Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp892 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
893 if (CondValue.isUnknown()) in visitSelectInst()
896 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp847 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
848 if (CondValue.isUnknown()) in visitSelectInst()
851 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp879 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
880 if (CondValue.isUndefined()) in visitSelectInst()
883 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
/external/clang/lib/Lex/
DPPDirectives.cpp547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro); in SkipExcludedConditionalBlock() local
553 … (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), CondInfo.IfLoc); in SkipExcludedConditionalBlock()
556 if (CondValue) { in SkipExcludedConditionalBlock()