Home
last modified time | relevance | path

Searched refs:CreateAndReduce (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3748 Value *Res = Builder.CreateAndReduce(Vect); in visitCallInst()
3780 ? Builder.CreateAndReduce(Vect) in visitCallInst()
3826 ? Builder.CreateAndReduce(Vect) in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp374 CallInst *IRBuilderBase::CreateAndReduce(Value *Src) { in CreateAndReduce() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1042 FCmpBuilder.CreateAndReduce(OriginalAndShadowFcmpMatch); in emitFCmpCheck()
H A DMemorySanitizer.cpp3925 Value *OutShadowMask = IRB.CreateAndReduce(OperandUnsetOrPoison); in handleVectorReduceOrIntrinsic()
3944 Value *OutShadowMask = IRB.CreateAndReduce(OperandSetOrPoison); in handleVectorReduceAndIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h780 LLVM_ABI CallInst *CreateAndReduce(Value *Src);