Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h266 static bool fixedPointType() { return false; } in fixedPointType() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp894 assert(!cir::MissingFeatures::fixedPointType()); in HANDLEBINOP()
1439 assert(!cir::MissingFeatures::fixedPointType()); in emitMul()
1498 assert(!cir::MissingFeatures::fixedPointType()); in emitAdd()
1546 assert(!cir::MissingFeatures::fixedPointType()); in emitSub()
1577 assert(cir::MissingFeatures::fixedPointType()); in emitShl()
1609 assert(cir::MissingFeatures::fixedPointType()); in emitShr()