Home
last modified time | relevance | path

Searched refs:DisjointOp (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h892 DisjointOp, enumerator
964 OpType = OperationType::DisjointOp; in VPRecipeWithIRFlags()
1031 case OperationType::DisjointOp: in dropPoisonGeneratingFlags()
1060 case OperationType::DisjointOp: in setFlags()
H A DVPlanRecipes.cpp720 case OperationType::DisjointOp: in printFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3381 if (auto *DisjointOp = dyn_cast<PossiblyDisjointInst>(&I)) in visitBinary() local
3382 Flags.setDisjoint(DisjointOp->isDisjoint()); in visitBinary()