Home
last modified time | relevance | path

Searched defs:visitBitCast (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp1574 bool CallAnalyzer::visitBitCast(BitCastInst &I) { in visitBitCast() function in CallAnalyzer
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2742 Instruction *InstCombinerImpl::visitBitCast(BitCastInst &CI) { in visitBitCast() function in InstCombinerImpl
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3499 void SelectionDAGBuilder::visitBitCast(const User &I) { in visitBitCast() function in SelectionDAGBuilder