Searched refs:LessIntBits (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1489 bool LessIntBits = DstFPSema.getIntegralBits() < SrcFPSema.getIntegralBits(); local
1490 if (LessIntBits) {
1500 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) {

Completed in 68 milliseconds