Home
last modified time | relevance | path

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

/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/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp938 ValueLatticeElement CondValue = getValueState(I.getCondition()); in visitSelectInst() local
939 if (CondValue.isUnknownOrUndef()) in visitSelectInst()
942 if (ConstantInt *CondCB = getConstantInt(CondValue)) { in visitSelectInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp948 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst() local
949 if (CondValue.isUnknown()) in visitSelectInst()
952 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()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp597 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() local
602 (CondValue ? PPCallbacks::CVK_True : PPCallbacks::CVK_False), in SkipExcludedConditionalBlock()
606 if (CondValue) { in SkipExcludedConditionalBlock()