HomeSort by: relevance | last modified time | path
    Searched refs:peekThroughBitcast (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h 99 static Value *peekThroughBitcast(Value *V, bool OneUseOnly = false) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 541 V = InstCombiner::peekThroughBitcast(V);
1321 InstCombiner::peekThroughBitcast(SI->getPointerOperand()) !=
InstCombineAndOrXor.cpp 2318 NotB = peekThroughBitcast(NotB, true);
2348 A = peekThroughBitcast(A, true);
2349 B = peekThroughBitcast(B, true);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp 1975 static Register peekThroughBitcast(Register Reg,
1988 peekThroughBitcast(MI.getOperand(MI.getNumOperands() - 1).getReg(), MRI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp 1633 Mask = InstCombiner::peekThroughBitcast(Mask);

Completed in 26 milliseconds