OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasDivRemOp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp
359
bool SystemZTTIImpl::
hasDivRemOp
(Type *DataType, bool IsSigned) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
265
bool
hasDivRemOp
(Type *DataType, bool IsSigned) const { return false; }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
412
bool TargetTransformInfo::
hasDivRemOp
(Type *DataType, bool IsSigned) const {
413
return TTIImpl->
hasDivRemOp
(DataType, IsSigned);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
4610
bool X86TTIImpl::
hasDivRemOp
(Type *DataType, bool IsSigned) {
Completed in 20 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026