Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h549 Factor(N->getFactorRaw()), Numerator(N->getNumeratorRaw()),
H A DVerifier.cpp1259 N.getFactorRaw() == 0, in visitDIFixedPointType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1078 int getFactorRaw() const { return Factor; } in getFactorRaw() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1939 Record.push_back(N->getFactorRaw()); in writeDIFixedPointType()