Searched refs:isPrimitiveOrPointerType (Results 1 – 2 of 2) sorted by relevance
479 bool isPrimitiveOrPointerType = !GVType->isAggregateType(); in insertCopyInst() local482 if(isPrimitiveOrPointerType && !forceMemcpy) { in insertCopyInst()
718 bool isPrimitiveOrPointerType = !GVType->isAggregateType(); in runOnModule() local792 if(!isPrimitiveOrPointerType && align) { in runOnModule()