Home
last modified time | relevance | path

Searched refs:peekThroughBitcast (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h113 static Value *peekThroughBitcast(Value *V, bool OneUseOnly = false) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3131 A = peekThroughBitcast(A); in getSelectCondition()
3167 NotB = peekThroughBitcast(NotB, true); in getSelectCondition()
3201 A = peekThroughBitcast(A, true); in matchSelectFromAndOr()
3202 C = peekThroughBitcast(C, true); in matchSelectFromAndOr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp2885 Mask = InstCombiner::peekThroughBitcast(Mask); in instCombineIntrinsic()
2900 Mask = InstCombiner::peekThroughBitcast(MaskSrc); in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2105 static Register peekThroughBitcast(Register Reg, in peekThroughBitcast() function
2118 Register SrcReg = peekThroughBitcast(Unmerge.getSourceReg(), MRI); in matchCombineUnmergeMergeToPlainValues()