OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkUnaryFloatSignature
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
VectorUtils.cpp
90
llvm::
checkUnaryFloatSignature
(const CallInst &I,
154
return
checkUnaryFloatSignature
(*CI, Intrinsic::sin);
158
return
checkUnaryFloatSignature
(*CI, Intrinsic::cos);
162
return
checkUnaryFloatSignature
(*CI, Intrinsic::exp);
166
return
checkUnaryFloatSignature
(*CI, Intrinsic::exp2);
170
return
checkUnaryFloatSignature
(*CI, Intrinsic::log);
174
return
checkUnaryFloatSignature
(*CI, Intrinsic::log10);
178
return
checkUnaryFloatSignature
(*CI, Intrinsic::log2);
182
return
checkUnaryFloatSignature
(*CI, Intrinsic::fabs);
198
return
checkUnaryFloatSignature
(*CI, Intrinsic::floor)
[
all
...]
/external/llvm/include/llvm/Analysis/
VectorUtils.h
48
Intrinsic::ID
checkUnaryFloatSignature
(const CallInst &I,
Completed in 62 milliseconds