Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp462 Value *CommonValue = 0; in ThreadBinOpOverPHI() local
472 if (!V || (CommonValue && V != CommonValue)) in ThreadBinOpOverPHI()
474 CommonValue = V; in ThreadBinOpOverPHI()
477 return CommonValue; in ThreadBinOpOverPHI()
504 Value *CommonValue = 0; in ThreadCmpOverPHI() local
512 if (!V || (CommonValue && V != CommonValue)) in ThreadCmpOverPHI()
514 CommonValue = V; in ThreadCmpOverPHI()
517 return CommonValue; in ThreadCmpOverPHI()
2266 Value *CommonValue = 0; in SimplifyPHINode() local
2277 if (CommonValue && Incoming != CommonValue) in SimplifyPHINode()
[all …]
DConstantFolding.cpp731 Constant *CommonValue = 0; in ConstantFoldInstruction() local
744 if (!C || (CommonValue && C != CommonValue)) in ConstantFoldInstruction()
746 CommonValue = C; in ConstantFoldInstruction()
750 return CommonValue ? CommonValue : UndefValue::get(PN->getType()); in ConstantFoldInstruction()
/external/webkit/Source/WebCore/
DChangeLog50237 …Add templatized CSSMutableStyleDeclaration::get{ShorthandValue, CommonValue, LayeredShorthandValue…
50240 …By using some template magic CSSMutableStyleDeclaration::get{ShorthandValue, CommonValue, LayeredS…
50247 CSSMutableStyleDeclaration::get{ShorthandValue, CommonValue, LayeredShorthandValue}().