Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp306 APSInt SIntVal(IntBitWidth, /*isUnsigned=*/false); in materializeConstant() local
308 (void)Flt.convertToInteger(SIntVal, APFloat::rmTowardZero, &isExact); in materializeConstant()
311 getRegForValue(ConstantInt::get(V->getContext(), SIntVal)); in materializeConstant()