reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLParser.cpp
 5141     V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc, IsCall);
 5142     return V == nullptr;
 5145     V = PFS->GetVal(ID.StrVal, Ty, ID.Loc, IsCall);
 5146     return V == nullptr;
 5150     V = InlineAsm::get(ID.FTy, ID.StrVal, ID.StrVal2, ID.UIntVal & 1,
 5156     V = GetGlobalVal(ID.StrVal, Ty, ID.Loc, IsCall);
 5157     return V == nullptr;
 5159     V = GetGlobalVal(ID.UIntVal, Ty, ID.Loc, IsCall);
 5160     return V == nullptr;
 5165     V = ConstantInt::get(Context, ID.APSIntVal);
 5183     V = ConstantFP::get(Context, ID.APFloatVal);
 5185     if (V->getType() != Ty)
 5193     V = ConstantPointerNull::get(cast<PointerType>(Ty));
 5199     V = UndefValue::get(Ty);
 5204     V = UndefValue::get(Ty);
 5210     V = Constant::getNullValue(Ty);
 5215     V = Constant::getNullValue(Ty);
 5221     V = ID.ConstantVal;
 5238       V = ConstantStruct::get(