Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp87 struct PreconditionTy { struct
88 CmpInst::Predicate Pred;
89 Value *Op0;
90 Value *Op1;
92 PreconditionTy(CmpInst::Predicate Pred, Value *Op0, Value *Op1) in PreconditionTy() function