Home
last modified time | relevance | path

Searched refs:TrueV (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp100 SVal TrueV = svalBuilder.makeTruthVal(1); in VisitObjCForCollectionStmt() local
101 ProgramStateRef hasElems = state->BindExpr(S, LCtx, TrueV); in VisitObjCForCollectionStmt()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1523 Value *TrueV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB() local
1526 std::swap(TrueV, FalseV); in SpeculativelyExecuteBB()
1527 Value *S = Builder.CreateSelect(BrCond, TrueV, FalseV, TrueV->getName() + in SpeculativelyExecuteBB()
1552 Value *TrueV = ThenV, *FalseV = OrigV; in SpeculativelyExecuteBB() local
1554 std::swap(TrueV, FalseV); in SpeculativelyExecuteBB()
1555 Value *V = Builder.CreateSelect(BrCond, TrueV, FalseV, in SpeculativelyExecuteBB()
1556 TrueV->getName() + "." + FalseV->getName()); in SpeculativelyExecuteBB()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp993 SDValue TrueV = Op.getOperand(2); in LowerSELECT_CC() local
1003 Ops.push_back(TrueV); in LowerSELECT_CC()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp795 Value *TrueV = SI->getTrueValue(); in FoldOpIntoPhi() local
800 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()