HomeSort by: relevance | last modified time | path
    Searched defs:IfTrue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 252 bool IfTrue = HII->isPredicatedTrue(Opc);
266 if (IfTrue)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 2493 Value *IfTrue, *IfFalse;
2498 IfTrue = Sel.getTrueValue();
2503 IfTrue = Sel.getFalseValue();
2524 Inputs[Pred] = IfTrue->DoPHITranslation(BB, Pred);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 2713 BasicBlock *IfTrue, *IfFalse;
2714 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
2822 << " T: " << IfTrue->getName()
2845 Value *FalseVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfTrue);

Completed in 26 milliseconds