OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FPToUIInst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
4976
//
FPToUIInst
Class
4980
class
FPToUIInst
: public CastInst {
4985
/// Clone an identical
FPToUIInst
4986
FPToUIInst
*cloneImpl() const;
4990
FPToUIInst
(
4998
FPToUIInst
(
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
2958
case FPToUI: return new
FPToUIInst
(S, Ty, Name, InsertBefore);
2980
case FPToUI: return new
FPToUIInst
(S, Ty, Name, InsertAtEnd);
3513
FPToUIInst
::
FPToUIInst
(
3519
FPToUIInst
::
FPToUIInst
(
4424
FPToUIInst
*
FPToUIInst
::cloneImpl() const {
4425
return new
FPToUIInst
(getOperand(0), getType());
Completed in 38 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026