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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h112 static Value *peekThroughBitcast(Value *V, bool OneUseOnly = false) { function in class:llvm::InstCombiner
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3001 A = peekThroughBitcast(A);
3037 NotB = peekThroughBitcast(NotB, true);
3071 A = peekThroughBitcast(A, true);
3072 B = peekThroughBitcast(B, true);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1953 static Register peekThroughBitcast(Register Reg, function
1966 Register SrcReg = peekThroughBitcast(Unmerge.getSourceReg(), MRI);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp2698 Mask = InstCombiner::peekThroughBitcast(Mask);

Completed in 93 milliseconds