OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIToFPInst
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
143
void visitSIToFPInst(
SIToFPInst
&I);
Execution.cpp
1732
void Interpreter::visitSIToFPInst(
SIToFPInst
&I) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h
185
RetTy visitSIToFPInst(
SIToFPInst
&I) { DELEGATE(CastInst);}
Instructions.h
4937
//
SIToFPInst
Class
4941
class
SIToFPInst
: public CastInst {
4946
/// Clone an identical
SIToFPInst
4947
SIToFPInst
*cloneImpl() const;
4951
SIToFPInst
(
4959
SIToFPInst
(
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
1562
if (
SIToFPInst
*LHSConv = dyn_cast<
SIToFPInst
>(LHS)) {
1594
return new
SIToFPInst
(NewAdd, I.getType());
1599
if (
SIToFPInst
*RHSConv = dyn_cast<
SIToFPInst
>(RHS)) {
1612
return new
SIToFPInst
(NewAdd, I.getType());
InstCombineCasts.cpp
1850
if (isa<
SIToFPInst
>(Src) || isa<UIToFPInst>(Src)) {
1864
if (isa<
SIToFPInst
>(Src) || isa<UIToFPInst>(Src)) {
1878
if (!isa<UIToFPInst>(FI.getOperand(0)) && !isa<
SIToFPInst
>(FI.getOperand(0)))
1905
bool IsInputSigned = isa<
SIToFPInst
>(OpI);
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
2957
case SIToFP: return new
SIToFPInst
(S, Ty, Name, InsertBefore);
2979
case SIToFP: return new
SIToFPInst
(S, Ty, Name, InsertAtEnd);
3501
SIToFPInst
::
SIToFPInst
(
3507
SIToFPInst
::
SIToFPInst
(
4420
SIToFPInst
*
SIToFPInst
::cloneImpl() const {
4421
return new
SIToFPInst
(getOperand(0), getType());
Verifier.cpp
487
void visitSIToFPInst(
SIToFPInst
&I);
2943
void Verifier::visitSIToFPInst(
SIToFPInst
&I) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
1429
if (isa<
SIToFPInst
>(I2F) || isa<UIToFPInst>(I2F)) {
1435
(BitWidth == 32 && isa<
SIToFPInst
>(I2F)))
1436
return isa<
SIToFPInst
>(I2F) ? B.CreateSExt(Op, B.getInt32Ty())
1525
(isa<
SIToFPInst
>(Expo) || isa<UIToFPInst>(Expo)) &&
1778
if (AllowApprox && (isa<
SIToFPInst
>(Expo) || isa<UIToFPInst>(Expo))) {
1808
if ((isa<
SIToFPInst
>(Op) || isa<UIToFPInst>(Op)) &&
/src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp
603
new
SIToFPInst
(V, DestTy, "FC", BB->getTerminator()));
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
651
} else if (isa<UIToFPInst>(J) || isa<
SIToFPInst
>(J) ||
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
398
Value *Conv = new
SIToFPInst
(NewPHI, PN->getType(), "indvar.conv",
LoopStrengthReduce.cpp
2103
else if (
SIToFPInst
*SCast = dyn_cast<
SIToFPInst
>(CandidateUI->getUser())) {
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h
1640
macro(
SIToFPInst
) \
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
3415
if (isa<
SIToFPInst
>(Op) || isa<UIToFPInst>(Op))
Completed in 47 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026