HomeSort by relevance Sort by last modified time
    Searched refs:Cond (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /external/llvm/lib/Transforms/Utils/
Local.cpp 68 if (ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition())) {
71 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
72 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1;
90 // br bool %cond, label %Dest, label %Dest
99 Value *Cond = BI->getCondition();
102 RecursivelyDeleteTriviallyDeadInstructions(Cond, TLI);
185 Value *Cond = SI->getCondition();
188 RecursivelyDeleteTriviallyDeadInstructions(Cond, TLI);
199 Value *Cond = Builder.CreateICmpEQ(SI->getCondition(),
201 "cond");
    [all...]