Searched refs:CreateTempAllocaWithoutCast (Results 1 – 3 of 3) sorted by relevance
282 Address active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
67 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, in CreateTempAllocaWithoutCast() function in CodeGenFunction82 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()172 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
2505 Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,