Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h387 std::optional<Value *> targetSimplifyDemandedVectorEltsIntrinsic(
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1699 std::optional<Value *> V = targetSimplifyDemandedVectorEltsIntrinsic( in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp192 std::optional<Value *> InstCombiner::targetSimplifyDemandedVectorEltsIntrinsic( in targetSimplifyDemandedVectorEltsIntrinsic() function in InstCombiner