Home
last modified time | relevance | path

Searched defs:shouldChangeType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp174 bool InstCombiner::shouldChangeType(unsigned FromWidth, in shouldChangeType() function in InstCombiner
202 bool InstCombiner::shouldChangeType(Type *From, Type *To) const { in shouldChangeType() function in InstCombiner
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp234 bool InstCombinerImpl::shouldChangeType(unsigned FromWidth, in shouldChangeType() function in InstCombinerImpl
262 bool InstCombinerImpl::shouldChangeType(Type *From, Type *To) const { in shouldChangeType() function in InstCombinerImpl