Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h382 targetSimplifyDemandedUseBitsIntrinsic(IntrinsicInst &II, APInt DemandedMask,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp834 Optional<Value *> V = targetSimplifyDemandedUseBitsIntrinsic( in SimplifyDemandedUseBits()
H A DInstructionCombining.cpp176 Optional<Value *> InstCombiner::targetSimplifyDemandedUseBitsIntrinsic( in targetSimplifyDemandedUseBitsIntrinsic() function in InstCombiner