Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp442 APSInt SIntVal(IntBitWidth, /*isUnsigned=*/false); in materializeConstant() local
444 (void)Flt.convertToInteger(SIntVal, APFloat::rmTowardZero, &isExact); in materializeConstant()
447 getRegForValue(ConstantInt::get(V->getContext(), SIntVal)); in materializeConstant()