Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2373 const Type *OpndType; in canGetThrough() local
2376 OpndType = It->second.Ty; in canGetThrough()
2378 OpndType = Opnd->getOperand(0)->getType(); in canGetThrough()
2383 if (Inst->getType()->getIntegerBitWidth() >= OpndType->getIntegerBitWidth()) in canGetThrough()