Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp372 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1662 return Builder.CreateIntMinReduce(Src, Flags.IsSigned); in createSimpleTargetReduction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h561 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);