Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h309 static LValue MakeVectorElt(llvm::Value *Vec, llvm::Value *Idx, in MakeVectorElt() function
DCGAtomic.cpp1077 return CGF.EmitLoadOfLValue(LValue::MakeVectorElt(addr, LVal.getVectorIdx(), in convertTempToRValue()
1489 UpdateLVal = LValue::MakeVectorElt(Ptr, LVal.getVectorIdx(), LVal.getType(), in EmitAtomicStore()
1569 UpdateLVal = LValue::MakeVectorElt(Ptr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdate()
DCGExpr.cpp2449 return LValue::MakeVectorElt(LHS.getAddress(), Idx, in EmitArraySubscriptExpr()