Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5192 auto ZeroExtend = N->use_begin(); in ExpandBITCAST() local
5193 if (N->use_size() != 1 || ZeroExtend->getOpcode() != ISD::ZERO_EXTEND || in ExpandBITCAST()
5194 ZeroExtend->getValueType(0) != MVT::i32) in ExpandBITCAST()
5197 auto Copy = ZeroExtend->use_begin(); in ExpandBITCAST()
5201 DAG.ReplaceAllUsesWith(*ZeroExtend, &Cvt); in ExpandBITCAST()