Searched refs:CommonValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp471 Value *CommonValue = nullptr; local
480 if (!V || (CommonValue && V != CommonValue))
482 CommonValue = V;
485 return CommonValue;
511 Value *CommonValue = nullptr;
518 if (!V || (CommonValue && V != CommonValue))
520 CommonValue = V;
523 return CommonValue;
3647 Value *CommonValue = nullptr; local
[all...]
H A DConstantFolding.cpp899 Constant *CommonValue = nullptr; local
917 if (CommonValue && C != CommonValue)
919 CommonValue = C;
924 return CommonValue ? CommonValue : UndefValue::get(PN->getType());

Completed in 94 milliseconds