Searched defs:InsPos (Results 1 - 1 of 1) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
H A DSPIRVUtil.cpp753 addVector(Instruction *InsPos, ValueVecRange Range) { argument
758 IRBuilder<> Builder(InsPos);
763 ConstantInt::get(Type::getInt32Ty(InsPos->getContext()), Index, false));
768 makeVector(Instruction *InsPos, std::vector<Value *> &Ops, argument
770 auto Vec = addVector(InsPos, Range);
776 expandVector(Instruction *InsPos, std::vector<Value *> &Ops, argument
783 IRBuilder<> Builder(InsPos);
786 ConstantInt::get(Type::getInt32Ty(InsPos->getContext()), I, false)));
808 Value *CtxAlign, Instruction *InsPos, StringRef InstName) {
819 InsPos, nullpt
807 addBlockBind(Module *M, Function *InvokeFunc, Value *BlkCtx, Value *CtxLen, Value *CtxAlign, Instruction *InsPos, StringRef InstName) argument
[all...]

Completed in 120 milliseconds