Home | History | Annotate | Download | only in IR

Lines Matching defs:ValName

436 static Intrinsic::ID lookupIntrinsicID(const ValueName *ValName) {
437 unsigned Len = ValName->getKeyLength();
438 const char *Name = ValName->getKeyData();
448 const ValueName *ValName = this->getValueName();
449 if (!ValName || !isIntrinsic()) {
453 IntID = lookupIntrinsicID(ValName);