Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp503 auto DstCst = Builder.buildConstant(LLT::scalar(64), DstLane); in applyINS() local
504 Builder.buildInsertVectorElement(Dst, DstVec, Extract, DstCst); in applyINS()