Home
last modified time | relevance | path

Searched defs:ConditionTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp90 struct ConditionTy { struct
91 CmpInst::Predicate Pred;
92 Value *Op0;
93 Value *Op1;
95 ConditionTy() in ConditionTy() function
97 ConditionTy(CmpInst::Predicate Pred, Value *Op0, Value *Op1) in ConditionTy() argument
H A DCallSiteSplitting.cpp124 using ConditionTy = std::pair<ICmpInst *, unsigned>; typedef