|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Use.h 117 inline Value *operator=(Value *RHS);
References
include/llvm/IR/CallSite.h 135 *getCallee() = V;
include/llvm/IR/InstrTypes.h 62 Op<0>() = V;
66 Op<0>() = V;
1325 void setCalledOperand(Value *V) { Op<CalledOperandOpEndIdx>() = V; }
2172 Op<-1>() = ParentPad;
include/llvm/IR/Instructions.h 1734 Op<0>() = C;
1735 Op<1>() = S1;
1736 Op<2>() = S2;
1769 void setCondition(Value *V) { Op<0>() = V; }
1770 void setTrueValue(Value *V) { Op<1>() = V; }
1771 void setFalseValue(Value *V) { Op<2>() = V; }
3063 Op<-3>() = V;
3075 *(&Op<-1>() - idx) = NewSucc;
3847 Op<NormalDestOpEndIdx>() = reinterpret_cast<Value *>(B);
3850 Op<UnwindDestOpEndIdx>() = reinterpret_cast<Value *>(B);
4091 *(&Op<-1>() - getNumIndirectDests() - 1) = reinterpret_cast<Value *>(B);
4095 *(&Op<-1>() - getNumIndirectDests() + i) = reinterpret_cast<Value *>(B);
4469 Op<-1>() = CatchSwitch;
4520 Op<0>() = CatchPad;
4526 Op<1>() = NewSucc;
4616 Op<0>() = CleanupPad;
4627 Op<1>() = NewDest;
include/llvm/IR/User.h 179 getOperandList()[i] = Val;
lib/Bitcode/Reader/ValueList.cpp 40 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
lib/CodeGen/CodeGenPrepare.cpp 1120 TheUse = InsertedCast;
1397 TheUse = InsertedCmp;
1491 TheUse = InsertedAnd;
1588 TruncTheUse = InsertedTrunc;
1682 TheUse = InsertedShift;
5642 U = InsertedTrunc;
lib/IR/Constants.cpp 2416 Op<0>() = C;
2419 OperandList[i+1] = IdxList[i];
lib/IR/ConstantsContext.h 49 Op<0>() = C;
67 Op<0>() = C1;
68 Op<1>() = C2;
87 Op<0>() = C1;
88 Op<1>() = C2;
89 Op<2>() = C3;
109 Op<0>() = C1;
110 Op<1>() = C2;
130 Op<0>() = C1;
131 Op<1>() = C2;
132 Op<2>() = C3;
155 Op<0>() = C1;
156 Op<1>() = C2;
157 Op<2>() = C3;
178 Op<0>() = Agg;
209 Op<0>() = Agg;
210 Op<1>() = Val;
274 Op<0>() = LHS;
275 Op<1>() = RHS;
lib/IR/Globals.cpp 351 Op<0>() = InitVal;
371 Op<0>() = InitVal;
431 Op<0>() = Symbol;
lib/IR/Instructions.cpp 252 getOperandList()[OpNo] = Val;
878 Op<0>() = retVal;
886 Op<0>() = retVal;
906 Op<0>() = Exn;
912 Op<0>() = Exn;
934 Op<0>() = CleanupPad;
936 Op<1>() = UnwindBB;
961 Op<0>() = CatchPad;
962 Op<1>() = BB;
1034 Op<0>() = ParentPad;
1057 getOperandList()[OpNo] = Handler;
1066 *EndDst = nullptr;
1136 Op<-1>() = IfTrue;
1144 Op<-1>() = IfTrue;
1145 Op<-2>() = IfFalse;
1146 Op<-3>() = Cond;
1156 Op<-1>() = IfTrue;
1163 Op<-1>() = IfTrue;
1164 Op<-2>() = IfFalse;
1165 Op<-3>() = Cond;
1397 Op<0>() = val;
1398 Op<1>() = addr;
1411 Op<0>() = val;
1412 Op<1>() = addr;
1439 Op<0>() = Ptr;
1440 Op<1>() = Cmp;
1441 Op<2>() = NewVal;
1499 Op<0>() = Ptr;
1500 Op<1>() = Val;
1601 Op<0>() = Ptr;
1713 Op<0>() = Val;
1714 Op<1>() = Index;
1728 Op<0>() = Val;
1729 Op<1>() = Index;
1751 Op<0>() = Vec;
1752 Op<1>() = Elt;
1753 Op<2>() = Index;
1766 Op<0>() = Vec;
1767 Op<1>() = Elt;
1768 Op<2>() = Index;
1800 Op<0>() = V1;
1801 Op<1>() = V2;
1802 Op<2>() = Mask;
1818 Op<0>() = V1;
1819 Op<1>() = V2;
1820 Op<2>() = Mask;
1839 Op<2>() = ConstantVector::get(NewMask);
2119 Op<0>() = Agg;
2120 Op<1>() = Val;
2130 Op<0>() = IVI.getOperand(0);
2131 Op<1>() = IVI.getOperand(1);
2195 Op<0>() = S;
2204 Op<0>() = S;
2251 Op<0>() = S1;
2252 Op<1>() = S2;
2264 Op<0>() = S1;
2265 Op<1>() = S2;
3468 Op<0>() = LHS;
3469 Op<1>() = RHS;
3482 Op<0>() = LHS;
3483 Op<1>() = RHS;
3802 Op<0>() = Value;
3803 Op<1>() = Default;
4026 Op<0>() = Address;
4075 getOperandList()[OpNo] = DestBB;
lib/Transforms/IPO/GlobalOpt.cpp 905 LoadUse = RepValue;
lib/Transforms/InstCombine/InstCombineCalls.cpp 4369 *I = CI->getOperand(0);
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp 623 *I = SI->getOperand(NonNullOperand);
626 *I = NonNullOperand == 1 ? ConstantInt::getTrue(CondTy)
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp 88 U = NewVal;
lib/Transforms/InstCombine/InstructionCombining.cpp 1671 *I = Constant::getNullValue(NewIndexType);
1679 *I = Builder.CreateIntCast(*I, NewIndexType, true);
3432 U = FoldRes;
lib/Transforms/Scalar/LICM.cpp 1427 *OI = OpPN;
1589 U = UndefValue::get(I.getType());
1602 U = UndefValue::get(I.getType());
lib/Transforms/Scalar/LoopStrengthReduce.cpp 979 O = nullptr;
lib/Transforms/Scalar/NewGVN.cpp 2770 Op = Op->DoPHITranslation(PHIBlock, PredBB);
2775 Op = ValuePHI->getIncomingValueForBlock(PredBB);
lib/Transforms/Scalar/SROA.cpp 4418 U = UndefValue::get(OldV->getType());
4528 Operand = nullptr;
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp 772 *I = CastInst::CreateIntegerCast(*I, IntPtrTy, true, "idxprom", GEP);
lib/Transforms/Utils/BasicBlockUtils.cpp 787 *i = NewBC;
794 *i = PN->getIncomingValueForBlock(Pred);
lib/Transforms/Utils/LoopRotationUtils.cpp 135 U = OrigPreHeaderVal;
lib/Transforms/Utils/SimplifyCFG.cpp 2250 *i = PI->second;
lib/Transforms/Utils/ValueMapper.cpp 858 Op = V;
939 Op = mapValue(Op);
usr/include/c++/7.4.0/bits/stl_algo.h 4378 *__first = __new_value;
usr/include/c++/7.4.0/bits/stl_algobase.h 324 *__result = *__first;
696 *__first = __tmp;