HomeSort by: relevance | last modified time | path
    Searched refs:PredicateSwitch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 158 class PredicateSwitch : public PredicateWithEdge {
163 PredicateSwitch(Value *Op, BasicBlock *SwitchBB, BasicBlock *TargetBB,
168 PredicateSwitch() = delete;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 503 PredicateSwitch *PS = new PredicateSwitch(
809 return {{CmpInst::ICMP_EQ, cast<PredicateSwitch>(this)->CaseValue}};
874 } else if (const auto *PS = dyn_cast<PredicateSwitch>(PI)) {

Completed in 20 milliseconds