Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h184 VPValue *createICmp(CmpInst::Predicate Pred, VPValue *A, VPValue *B,
H A DLoopVectorize.cpp7267 VPValue *VPBuilder::createICmp(CmpInst::Predicate Pred, VPValue *A, VPValue *B, in createICmp() function in VPBuilder
8071 BlockMask = Builder.createICmp(CmpInst::ICMP_ULE, IV, BTC); in createHeaderMask()