Searched defs:V1Size (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1080 aliasGEP(const GEPOperator * GEP1,LocationSize V1Size,const Value * V2,LocationSize V2Size,const Value * UnderlyingV1,const Value * UnderlyingV2,AAQueryInfo & AAQI) aliasGEP() argument 1535 aliasCheck(const Value * V1,LocationSize V1Size,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI,const Instruction * CtxI) aliasCheck() argument 1743 aliasCheckRecursive(const Value * V1,LocationSize V1Size,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI,const Value * O1,const Value * O2) aliasCheckRecursive() argument 1870 const uint64_t V1Size = MaybeV1Size.getValue(); constantOffsetHeuristic() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1732 int V1Size = isValidOperands() local 1763 unsigned V1Size = cast<FixedVectorType>(V1->getType())->getNumElements(); isValidOperands() local 1776 unsigned V1Size = cast<FixedVectorType>(V1->getType())->getNumElements(); isValidOperands() local
|