Searched refs:CommonValue (Results 1 – 2 of 2) sorted by relevance
472 Value *CommonValue = nullptr; in ThreadBinOpOverPHI() local481 if (!V || (CommonValue && V != CommonValue)) in ThreadBinOpOverPHI()483 CommonValue = V; in ThreadBinOpOverPHI()486 return CommonValue; in ThreadBinOpOverPHI()512 Value *CommonValue = nullptr; in ThreadCmpOverPHI() local519 if (!V || (CommonValue && V != CommonValue)) in ThreadCmpOverPHI()521 CommonValue = V; in ThreadCmpOverPHI()524 return CommonValue; in ThreadCmpOverPHI()3653 Value *CommonValue = nullptr; in SimplifyPHINode() local3663 if (CommonValue && Incoming != CommonValue) in SimplifyPHINode()[all …]
899 Constant *CommonValue = nullptr; in ConstantFoldInstruction() local917 if (CommonValue && C != CommonValue) in ConstantFoldInstruction()919 CommonValue = C; in ConstantFoldInstruction()924 return CommonValue ? CommonValue : UndefValue::get(PN->getType()); in ConstantFoldInstruction()