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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp102 SVal FalseV = svalBuilder.makeTruthVal(0); local
103 const ProgramState *noElems = state->BindExpr(S, FalseV);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1031 Value *FalseV = NULL; local
1044 if (!FalseV)
1045 FalseV = PHIV;
1046 else if (FalseV != PHIV)
1050 assert(FalseV && "Must have at least one user, and it must be a PHI");
1091 // false value is the previously determined FalseV.
1096 (Builder.CreateSelect(BrCond, FalseV, HInst,
1097 FalseV->getName() + "." + HInst->getName()));
1100 (Builder.CreateSelect(BrCond, HInst, FalseV,
1101 HInst->getName() + "." + FalseV
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp708 SDValue FalseV = Op.getOperand(3); local
718 Ops.push_back(FalseV);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp849 SDValue FalseV = Op.getOperand(3); local
859 Ops.push_back(FalseV);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp665 Value *FalseV = SI->getFalseValue(); local
670 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);

Completed in 147 milliseconds