Searched defs:PtrB (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 357 Value *PtrB = GEPB->getPointerOperand(); in recognizeByteCompare() local 432 Value *PtrB = GEPB->getPointerOperand(); in createMaskedFindMismatch() local 537 Value *PtrB = GEPB->getPointerOperand(); in createPredicatedFindMismatch() local 636 Value *PtrB = GEPB->getPointerOperand(); in expandFindMismatch() local
|
| H A D | LoadStoreVectorizer.cpp | 1182 Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) { in getConstantOffsetComplexAddrs() 1293 Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) { in getConstantOffsetSelects() 1598 std::optional<APInt> Vectorizer::getConstantOffset(Value *PtrA, Value *PtrB, in getConstantOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1605 Type *ElemTyB, Value *PtrB, in getPointersDiff() 1717 Value *PtrB = getLoadStorePointerOperand(B); in isConsecutiveAccess() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 1904 const Pointer &PtrB = S.Stk.pop<Pointer>(); in interp__builtin_memcmp() local
|