Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2656 bool IsVoidRetTy = Instr->getType()->isVoidTy(); in scalarizeInstruction() local
2659 IsVoidRetTy ? nullptr in scalarizeInstruction()
2686 if (!IsVoidRetTy) in scalarizeInstruction()
2714 if (!IsVoidRetTy) in scalarizeInstruction()
6257 bool IsVoidRetTy = Instr->getType()->isVoidTy(); in scalarizeInstruction() local
6259 Value *UndefVec = IsVoidRetTy ? nullptr : UndefValue::get(Instr->getType()); in scalarizeInstruction()
6286 if (!IsVoidRetTy) in scalarizeInstruction()
6304 if (!IsVoidRetTy) in scalarizeInstruction()