Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp912 bool CallAnalyzer::visitBitCast(BitCastInst &I) { in visitBitCast() function in CallAnalyzer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2386 Instruction *InstCombiner::visitBitCast(BitCastInst &CI) { in visitBitCast() function in InstCombiner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3519 void SelectionDAGBuilder::visitBitCast(const User &I) { in visitBitCast() function in SelectionDAGBuilder