Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h202 VPValue *createICmp(CmpInst::Predicate Pred, VPValue *A, VPValue *B,
H A DVPlan.cpp908 : Builder.createICmp(CmpInst::ICMP_EQ, Plan->getTripCount(), in createInitialVPlan()
H A DLoopVectorize.cpp6774 VPValue *VPBuilder::createICmp(CmpInst::Predicate Pred, VPValue *A, VPValue *B, in createICmp() function in VPBuilder
7829 BlockMask = Builder.createICmp(CmpInst::ICMP_ULE, IV, BTC); in createHeaderMask()