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