Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h50 VPInstruction *tryInsertInstruction(VPInstruction *VPI) { in tryInsertInstruction() function
59 return tryInsertInstruction(new VPInstruction(Opcode, Operands, DL, Name));
152 return tryInsertInstruction(
178 return tryInsertInstruction(Select);
H A DLoopVectorize.cpp7271 return tryInsertInstruction( in createICmp()