Searched defs:PtrB (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 308 Value *PtrB = GEPB->getPointerOperand(); in recognizeByteCompare() local 383 Value *PtrB = GEPB->getPointerOperand(); in createMaskedFindMismatch() local 490 Value *PtrB = GEPB->getPointerOperand(); createPredicatedFindMismatch() local 589 Value *PtrB = GEPB->getPointerOperand(); expandFindMismatch() local [all...] |
H A D | LoadStoreVectorizer.cpp | 1166 getConstantOffsetComplexAddrs(Value * PtrA,Value * PtrB,Instruction * ContextInst,unsigned Depth) getConstantOffsetComplexAddrs() argument 1279 getConstantOffsetSelects(Value * PtrA,Value * PtrB,Instruction * ContextInst,unsigned Depth) getConstantOffsetSelects() argument 1470 getConstantOffset(Value * PtrA,Value * PtrB,Instruction * ContextInst,unsigned Depth) getConstantOffset() argument [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | multiple-new-in-one-expression.cpp | 20 struct A { int VarI; int *PtrI; B *PtrB; }; member
|
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | PluginInterface.h | 500 contains(void * PtrA,size_t SizeA,void * PtrB,size_t SizeB) contains() argument 507 intersects(void * PtrA,size_t SizeA,void * PtrB,size_t SizeB) intersects() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1561 const Value *PtrB1 = PtrB->stripAndAccumulateConstantOffsets( in getPointersDiff() argument 1666 Value *PtrB = getLoadStorePointerOperand(B); isConsecutiveAccess() local
|