Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp426 APSInt SIntVal(IntBitWidth, /*isUnsigned=*/false); in materializeConstant() local
428 (void)Flt.convertToInteger(SIntVal, APFloat::rmTowardZero, &isExact); in materializeConstant()
431 getRegForValue(ConstantInt::get(V->getContext(), SIntVal)); in materializeConstant()