Searched defs:FalseV (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp104 SVal FalseV = svalBuilder.makeTruthVal(0); local
105 ProgramStateRef noElems = state->BindExpr(S, LCtx, FalseV);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp846 SDValue FalseV = Op.getOperand(3); local
856 Ops.push_back(FalseV);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp674 Value *FalseV = SI->getFalseValue(); local
679 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1279 Value *FalseV = PHIs[i].second; local
1282 // false value is the previously determined FalseV.
1286 (Builder.CreateSelect(BrCond, FalseV, TrueV,
1287 FalseV->getName() + "." + TrueV->getName()));
1290 (Builder.CreateSelect(BrCond, TrueV, FalseV,
1291 TrueV->getName() + "." + FalseV->getName()));
1301 if (TrueV == BB1V && FalseV == BIParentV) {

Completed in 144 milliseconds