Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp303 APSInt SIntVal(IntBitWidth, /*isUnsigned=*/false); in materializeConstant() local
305 (void)Flt.convertToInteger(SIntVal, APFloat::rmTowardZero, &isExact); in materializeConstant()
308 getRegForValue(ConstantInt::get(V->getContext(), SIntVal)); in materializeConstant()