Home
last modified time | relevance | path

Searched refs:optimizeBitCastFromPhi (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dpr44242.ll7 ; Use %val in an instruction type not supported by optimizeBitCastFromPhi.
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h323 Instruction *optimizeBitCastFromPhi(CastInst &CI, PHINode *PN);
DInstCombineCasts.cpp2376 Instruction *InstCombinerImpl::optimizeBitCastFromPhi(CastInst &CI, in optimizeBitCastFromPhi() function in InstCombinerImpl
2707 if (Instruction *I = optimizeBitCastFromPhi(CI, PN)) in visitBitCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h608 Instruction *optimizeBitCastFromPhi(CastInst &CI, PHINode *PN);
DInstCombineCasts.cpp2222 Instruction *InstCombiner::optimizeBitCastFromPhi(CastInst &CI, PHINode *PN) { in optimizeBitCastFromPhi() function in InstCombiner
2551 if (Instruction *I = optimizeBitCastFromPhi(CI, PN)) in visitBitCast()