Searched refs:FalseV (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1450 Value *FalseV = PHIs[i].second; local
1453 // false value is the previously determined FalseV.
1457 (Builder.CreateSelect(BrCond, FalseV, TrueV,
1458 FalseV->getName() + "." + TrueV->getName()));
1461 (Builder.CreateSelect(BrCond, TrueV, FalseV,
1462 TrueV->getName() + "." + FalseV->getName()));
1472 if (TrueV == BB1V && FalseV == BIParentV) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp846 SDValue FalseV = Op.getOperand(3); local
856 Ops.push_back(FalseV);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp674 Value *FalseV = SI->getFalseValue(); local
679 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);

Completed in 143 milliseconds