Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2487 EVT ExtSrcTy = cast<VTSDNode>(N0.getOperand(1))->getVT(); in SimplifySetCC() local
2488 unsigned ExtSrcTyBits = ExtSrcTy.getSizeInBits(); in SimplifySetCC()
2499 if (Op0Ty == ExtSrcTy) { in SimplifySetCC()