Searched refs:CreateIntMinReduce (Results 1 – 3 of 3) sorted by relevance
392 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
1237 : Builder.CreateIntMinReduce(Src, IsSigned)) in createFindLastIVReduction()
794 LLVM_ABI CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);