Home
last modified time | relevance | path

Searched refs:Arg0Type (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp441 auto *Arg0Type = Arg0->getType()->getUnqualifiedDesugaredType(); in VisitCXXOperatorCallExpr() local
443 if (Arg0Type != Arg1Type) in VisitCXXOperatorCallExpr()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()