Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h356 std::optional<Value *> targetSimplifyDemandedVectorEltsIntrinsic(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1857 std::optional<Value *> V = targetSimplifyDemandedVectorEltsIntrinsic( in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp175 std::optional<Value *> InstCombiner::targetSimplifyDemandedVectorEltsIntrinsic( in targetSimplifyDemandedVectorEltsIntrinsic() function in InstCombiner