Searched refs:getValueID (Results 1 – 23 of 23) sorted by relevance
418 unsigned getValueID() const { in getValueID() function671 return Val.getValueID() >= Value::ConstantFirstVal &&672 Val.getValueID() <= Value::ConstantLastVal;678 return Val.getValueID() == Value::ArgumentVal;684 return Val.getValueID() == Value::InlineAsmVal;690 return Val.getValueID() >= Value::InstructionVal;696 return Val.getValueID() == Value::BasicBlockVal;702 return Val.getValueID() == Value::FunctionVal;708 return Val.getValueID() == Value::GlobalVariableVal;714 return Val.getValueID() == Value::GlobalAliasVal;
225 return V->getValueID() == ConstantIntVal; in classof()300 return V->getValueID() == ConstantFPVal; in classof()348 return V->getValueID() == ConstantAggregateZeroVal; in classof()386 return V->getValueID() == ConstantArrayVal;446 return V->getValueID() == ConstantStructVal;499 return V->getValueID() == ConstantVectorVal;544 return V->getValueID() == ConstantPointerNullVal;668 return V->getValueID() == ConstantDataArrayVal ||669 V->getValueID() == ConstantDataVectorVal;732 return V->getValueID() == ConstantDataArrayVal;[all …]
158 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal); in setThreadLocalMode()362 return V->getValueID() == Value::FunctionVal || in classof()363 V->getValueID() == Value::GlobalVariableVal || in classof()364 V->getValueID() == Value::GlobalAliasVal; in classof()
122 return V->getValueID() >= ConstantFirstVal && in classof()123 V->getValueID() <= ConstantLastVal; in classof()
71 return V->getValueID() == Value::FunctionVal || in classof()72 V->getValueID() == Value::GlobalVariableVal; in classof()
129 return V->getValueID() == ArgumentVal; in classof()
105 unsigned getOpcode() const { return getValueID() - InstructionVal; }451 return V->getValueID() >= Value::InstructionVal;
164 return V->getValueID() == Value::GlobalVariableVal; in classof()
111 return V->getValueID() == Value::GlobalAliasVal; in classof()
253 return V->getValueID() == Value::BasicBlockVal;
187 return V->getValueID() == Value::InlineAsmVal; in classof()
564 return V->getValueID() == Value::FunctionVal;
422 if (V->getValueID() == Value::InstructionVal + Opcode) { in match()643 if (V->getValueID() == Value::InstructionVal + Opc1 || in match()644 V->getValueID() == Value::InstructionVal + Opc2) { in match()
190 return V->getValueID() == MetadataAsValueVal; in classof()
715 (VE.getValueID(GV.getInitializer()) + 1)); in WriteModuleInfo()753 Vals.push_back(F.hasPrologueData() ? (VE.getValueID(F.getPrologueData()) + 1) in WriteModuleInfo()757 Vals.push_back(F.hasPrefixData() ? (VE.getValueID(F.getPrefixData()) + 1) in WriteModuleInfo()760 F.hasPersonalityFn() ? (VE.getValueID(F.getPersonalityFn()) + 1) : 0); in WriteModuleInfo()772 Vals.push_back(VE.getValueID(A.getAliasee())); in WriteModuleInfo()837 Record.push_back(VE.getValueID(V)); in WriteValueAsMetadata()1642 Record.push_back(VE.getValueID(Op)); in WriteConstants()1651 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()1657 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()1658 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()[all …]
113 unsigned getValueID(const Value *V) const;
396 unsigned ValueEnumerator::getValueID(const Value *V) const { in getValueID() function in ValueEnumerator
369 if (L->getValueID() != R->getValueID()) in equivalentAsOperands()430 if (L->getValueID() != R->getValueID()) in equivalentAsOperands()
16 ; Assertion failed: (I != ValueMap.end() && "Value not in slotcalculator!"), function getValueID, f…
672 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants()685 switch (L->getValueID()) { in cmpConstants()790 DEBUG(dbgs() << "Looking at valueID " << L->getValueID() << "\n"); in cmpConstants()
581 if (int Res = cmpNumbers(L->getValueID(), R->getValueID()))
302 switch (getValueID()) { in destroyConstant()2787 switch (getValueID()) { in handleOperandChange()
495 unsigned LID = LV->getValueID(), in compare()496 RID = RV->getValueID(); in compare()