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

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h101 static Value *peekThroughBitcast(Value *V, bool OneUseOnly = false) { function in class:llvm::InstCombiner
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp635 V = InstCombiner::peekThroughBitcast(V);
1405 InstCombiner::peekThroughBitcast(SI->getPointerOperand()) !=
H A DInstCombineAndOrXor.cpp2623 A = peekThroughBitcast(A);
2659 NotB = peekThroughBitcast(NotB, true);
2693 A = peekThroughBitcast(A, true);
2694 B = peekThroughBitcast(B, true);
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1630 Mask = InstCombiner::peekThroughBitcast(Mask);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1719 static Register peekThroughBitcast(Register Reg, function
1732 Register SrcReg = peekThroughBitcast(Unmerge.getSourceReg(), MRI);

Completed in 278 milliseconds